golden hour
/lib/python2.7/site-packages/html
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
362 B
Del
OK
__init__.pyc
515 B
Del
OK
__init__.pyo
515 B
Del
OK
entities.py
160 B
Del
OK
entities.pyc
350 B
Del
OK
entities.pyo
350 B
Del
OK
parser.py
233 B
Del
OK
parser.pyc
447 B
Del
OK
parser.pyo
447 B
Del
OK
Edit: __init__.py
from __future__ import absolute_import import sys if sys.version_info[0] < 3: from future.moves.html import * 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.')
Save