mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-02 04:23:34 +00:00
0c4c56ff39
README.cosmo contains the necessary links.
10 lines
250 B
Python
Executable file
10 lines
250 B
Python
Executable file
#!/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()
|