Sfoglia il codice sorgente

Added shebang to test.py.

Taddeus Kroes 13 anni fa
parent
commit
107e93a169
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:])