D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
src
/
Python-3.9.9
/
Tools
/
test2to3
/
Filename :
maintest.py
back
Copy
#!/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()