coursera-dl/coursera-dl
Jonas De Taeye ae96f0fa6d Use the relative import syntax
This also means that the script has to be run as a package. Hence, we
replace the coursers-dl symlink with a executable script that uses
coursera_dl.main.
2013-07-14 01:23:15 +02:00

6 lines
100 B
Python
Executable file

#!/usr/bin/env python
# -*- coding: utf-8 -*-
from coursera import coursera_dl
coursera_dl.main()