Skip to content

Commit

Permalink
tests/testpython.py: Do not hardcode Python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
travier committed Jul 2, 2024
1 parent 61e3a2e commit 277321b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testpython.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python2
#!/usr/bin/python

import importme
print importme.foo

0 comments on commit 277321b

Please sign in to comment.