// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
python33
/
lib
/
python3.3
/
site-packages
/
pip
/
_vendor
/
html5lib
/
trie
[ PARENT ]
EDIT :: __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
SAVE
CANCEL