aboutsummaryrefslogtreecommitdiff
path: root/test/old/testdir/pyxfile/py3_shebang.py
blob: ec05808ca4f25d6505ab8e065b8a211008d7477f (plain) (blame)
1
2
3
4
#!/usr/bin/python3

import sys
print(sys.version)