Skip to content

Commit

Permalink
Move shebang to top of file
Browse files Browse the repository at this point in the history
  • Loading branch information
herrcykel committed May 9, 2020
1 parent c0aa731 commit 8b8725e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sickle.py
@@ -1,11 +1,11 @@
#!/usr/bin/env python3

'''
sickle.py: this script runs sickle
'''

#!/usr/bin/env python3

from Sickle import __main__

__main__.entry_point()

0 comments on commit 8b8725e

Please sign in to comment.