summaryrefslogtreecommitdiffstats
path: root/Tools/test2to3/maintest.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/test2to3/maintest.py')
-rwxr-xr-xTools/test2to3/maintest.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/Tools/test2to3/maintest.py b/Tools/test2to3/maintest.py
deleted file mode 100755
index 036dd4f..0000000
--- a/Tools/test2to3/maintest.py
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/env python3
-
-# The above line should get replaced with the path to the Python
-# interpreter; the block below should get 2to3-converted.
-
-try:
- from test2to3.hello import hello
-except ImportError, e:
- print "Import failed", e
-hello()