hgext3rd/__init__.py
author timeless <timeless@mozdev.org>
Fri, 02 Sep 2016 21:46:00 +0000
changeset 29963 e824de573112
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
remove: specify hg in added warning

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