Skip to content

Commit

Permalink
coursera-dl: Use a Python 3 shebang.
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Rogério Brito committed Nov 6, 2017
1 parent 0ec9805 commit 58e2ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coursera-dl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

from coursera import coursera_dl
Expand Down

0 comments on commit 58e2ba5

Please sign in to comment.