Merge branch 'chk-genesis' of https://github.com/iongchun/p2pool into HEAD
[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()