hgext3rd/__init__.py
author Sean Farley <sean@farley.io>
Tue, 05 Dec 2017 20:45:46 -0800
branchstable
changeset 3511 768f752b5364
parent 2020 143c8e4dc22d
permissions -rw-r--r--
serverminitopic: fix wrong object being passed to phase

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