hgext3rd/__init__.py
author Anton Shestakov <av6@dwimlabs.net>
Sat, 26 Oct 2019 22:44:06 +0700
branchstable
changeset 4920 d1066fb2c95a
parent 2020 143c8e4dc22d
permissions -rw-r--r--
docs: remove --all from hg evolve, since it's been the default for some time

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