| Current Path : /opt/alt/python27/lib/python2.7/site-packages/html/ |
| Current File : //opt/alt/python27/lib/python2.7/site-packages/html/parser.py |
from __future__ import absolute_import
import sys
__future_module__ = True
if sys.version_info[0] == 3:
raise ImportError('Cannot import module from python-future source folder')
else:
from future.moves.html.parser import *