We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6178db6 commit 6825e17Copy full SHA for 6825e17
1 file changed
Demo/distutils/test2to3/maintest.py
@@ -0,0 +1,10 @@
1
+#!/usr/bin/env python
2
+
3
+# The above line should get replaced with the path to the Python
4
+# interpreter; the block below should get 2to3-converted.
5
6
+try:
7
+ from test2to3.hello import hello
8
+except ImportError, e:
9
+ print "Import failed", e
10
+hello()
0 commit comments