File Manager

Path: /proc/self/root/opt/alt/python27/lib/python2.7/site-packages/html/

Viewing File: 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 *