Sfoglia il codice sorgente

Made test.py executable.

Taddeus Kroes 14 anni fa
parent
commit
3989e0220f
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      test.py

+ 1 - 0
test.py

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