Make python refer to python2.7 explicitly
[gruntmaster-daemon.git] / t / problems / hello / tests / python / prog.py
old mode 100644 (file)
new mode 100755 (executable)
index b6681c7..28f3af3
@@ -1,2 +1,2 @@
-#!/usr/bin/python
-print 'Hello World!';
+#!/usr/bin/python2.7
+print 'Hello World!'
This page took 0.010348 seconds and 4 git commands to generate.