Skip to content

Commit

Permalink
Merge pull request #393 from Nephos/master
Browse files Browse the repository at this point in the history
Fix shebang
  • Loading branch information
HelloZeroNet committed Mar 30, 2016
2 parents f0bb709 + 89b4fca commit 05028d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion start.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2.7


# Included modules
Expand Down
2 changes: 1 addition & 1 deletion zeronet.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2.7

# Included modules
import os
Expand Down

0 comments on commit 05028d3

Please sign in to comment.