Skip to content

Commit

Permalink
added shebang to run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
m-bucher committed Mar 6, 2017
1 parent 0ccffa7 commit 07dfe51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/python2

import sys
sys.path.append('emonitor') # do not remove to find wsgiserver2
import os, argparse
Expand Down

0 comments on commit 07dfe51

Please sign in to comment.