Explorar el Código

Added shebang to test runner.

Taddeus Kroes hace 14 años
padre
commit
36ef7967a0
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      test.py

+ 2 - 0
test.py

@@ -1,3 +1,5 @@
+#!/usr/bin/python
 from testrunner import main
 import sys
+
 main(sys.argv[1:])