Skip to content

Commit 72fc0a6

Browse files
committed
updating shebang in python testing scripts to allow for direct execution
1 parent c8abe2a commit 72fc0a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

runChecks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python3
22

33
"""
44
Replacement for test-math-dependencies target in Makefile.

runTests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python3
22

33
"""
44
Replacement for runtest target in Makefile.

0 commit comments

Comments
 (0)