Skip to content

Commit dc452c8

Browse files
committed
Changed shebang to python3 in test files
1 parent e91463f commit dc452c8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/test_herg_qc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
import copy
33
import os
44
import string

tests/test_leak_correct.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
import os
33
import unittest
44

tests/test_subtraction_plots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
import os
33
import unittest
44

0 commit comments

Comments
 (0)