hgext3rd/__init__.py
author Anton Shestakov <av6@dwimlabs.net>
Fri, 08 May 2020 19:49:07 +0800
branchmercurial-5.3
changeset 5361 51b8024878e9
parent 2020 143c8e4dc22d
permissions -rw-r--r--
test-compat: back out changeset 591a0afd2ef3

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