/
valemobil
/
python-future
Обзор
Документация
Войти
/
valemobil
/
python-future
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/html/entities.py
7 строк
160 B
Ed Schofield
Remove some code duplication from html.parser and html.entities
05 окт 2014, 11:35
05 окт 2014, 11:35
108bb58
Код
Авторство
О чём код?
from __future__ import absolute_import from future.utils import PY3 if PY3: from html.entities import * else: from future.moves.html.entities import *