Your IP : 18.116.12.200


Current Path : /proc/self/root/opt/alt/python34/lib/python3.4/site-packages/pip/_vendor/html5lib/trie/
Upload File :
Current File : //proc/self/root/opt/alt/python34/lib/python3.4/site-packages/pip/_vendor/html5lib/trie/__init__.py

from __future__ import absolute_import, division, unicode_literals

from .py import Trie as PyTrie

Trie = PyTrie

try:
    from .datrie import Trie as DATrie
except ImportError:
    pass
else:
    Trie = DATrie

?>