| Linux hosting5.siteguarding.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64 Path : /opt/alt/python27/lib/python2.7/site-packages/html/ |
| Current File : //opt/alt/python27/lib/python2.7/site-packages/html/__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.')