Merge pull request #393 from Nephos/master

Fix shebang
This commit is contained in:
ZeroNet 2016-03-30 16:09:17 +02:00
commit 05028d3e00
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2.7
# Included modules

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2.7
# Included modules
import os