Current Path :
/
opt
/
alt
/
python27
/
lib
/
python2.7
/
site-packages
/
html
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//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 *