aboutsummaryrefslogtreecommitdiff
path: root/test/old/testdir/pyxfile/py3_shebang.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/old/testdir/pyxfile/py3_shebang.py')
-rw-r--r--test/old/testdir/pyxfile/py3_shebang.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/old/testdir/pyxfile/py3_shebang.py b/test/old/testdir/pyxfile/py3_shebang.py
new file mode 100644
index 0000000000..ec05808ca4
--- /dev/null
+++ b/test/old/testdir/pyxfile/py3_shebang.py
@@ -0,0 +1,4 @@
+#!/usr/bin/python3
+
+import sys
+print(sys.version)