Merge branch 'master' of git://github.com/hardcpp/p2pool into hardcpp-master2
[p2pool.git] / run_p2pool.py
old mode 100644 (file)
new mode 100755 (executable)
index 366cb09..3b6524e
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
 from p2pool import main
 
 main.run()