Skip to content

Commit 0c816aa

Browse files
committed
use default python command from the environment
1 parent 9f41321 commit 0c816aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testrunner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
import os
33
import sys
44
import unittest

0 commit comments

Comments
 (0)