hgext3rd/__init__.py
author Boris Feld <boris.feld@octobus.net>
Wed, 18 Oct 2017 12:36:23 +0200
changeset 34875 4f0d4bc63b8a
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
configitems: document the choice of using 'match' instead of 'search'

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