hgext3rd/__init__.py
author timeless <timeless@mozdev.org>
Thu, 14 Apr 2016 14:26:37 +0000
changeset 28907 66e647312d30
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
patchbomb: fix public-is-missing hint Without this, there is no space between a hash and the -r preceding the next line in the use hg push hint

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