diff options
Diffstat (limited to 'Demo/distutils/test2to3/maintest.py')
| -rw-r--r-- | Demo/distutils/test2to3/maintest.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Demo/distutils/test2to3/maintest.py b/Demo/distutils/test2to3/maintest.py deleted file mode 100644 index 72a26dd..0000000 --- a/Demo/distutils/test2to3/maintest.py +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env python - -# 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() |
