hgext3rd/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Wed, 26 Apr 2017 22:26:28 +0900
changeset 32208 d74b0cff94a9
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
osutil: proxy through util (and platform) modules (API) See the previous commit for why. Marked as API change since osutil.listdir() seems widely used in third-party extensions. The win32mbcs extension is updated to wrap both util. and windows. aliases.

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)