system: Linux mars.sprixweb.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
| Direktori : /lib/python3.6/site-packages/pip/_vendor/html5lib/treeadapters/ |
| Current File : //lib/python3.6/site-packages/pip/_vendor/html5lib/treeadapters/__init__.py |
from __future__ import absolute_import, division, unicode_literals
from . import sax
__all__ = ["sax"]
try:
from . import genshi # noqa
except ImportError:
pass
else:
__all__.append("genshi")