mirror of
https://github.com/coursera-dl/coursera-dl.git
synced 2026-07-17 16:35:35 +00:00
coursera-dl: Use a Python 3 shebang.
This makes it more convenient for when you have your modules installed from your Linux distribution or so. As it only affects those that are working with a cloned git tree, it is supposed to be the case the they know what they are doing and shouldn't affect the vast majority of the users (the wrapper created by setup.py is a completely different one, when users install via pip etc.). Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
This commit is contained in:
parent
0ec980514d
commit
58e2ba54a2
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from coursera import coursera_dl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue