Skip to content

Commit

Permalink
tests/testpython.py: Covert to Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
travier committed Jul 2, 2024
1 parent 61e3a2e commit 0ddefd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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
print(importme.foo)

0 comments on commit 0ddefd3

Please sign in to comment.