/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
3.9
Tools/test2to3/maintest.py
10 строк
250 B
Serhiy Storchaka
Issue #19936: Remove executable bits from C source files and several forgotten
16 янв 2014, 20:48
16 янв 2014, 20:48
7f470d0
Код
Авторство
О чём код?
#!/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()