Repository URL to install this package:
|
Version:
0.18.2 ▾
|
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 *