/
valemobil
/
python-future
Обзор
Документация
Войти
/
valemobil
/
python-future
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/xmlrpc/__init__.py
9 строк
335 B
Ed Schofield
Speed up importing of past.translation (issue #117)
08 ноя 2014, 17:24
08 ноя 2014, 17:24
0270a4b
Код
Авторство
О чём код?
from __future__ import absolute_import import sys if sys.version_info[0] < 3: pass else: raise ImportError('This package should not be accessible on Python 3. ' 'Either you are trying to run from the python-future src folder ' 'or your installation of python-future is corrupted.')