ソースを参照

Made test.py executable.

Taddeus Kroes 14 年 前
コミット
3989e0220f
1 ファイル変更1 行追加0 行削除
  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:])