hgext3rd/__init__.py
author Anton Shestakov <av6@dwimlabs.net>
Fri, 08 May 2020 19:10:14 +0800
branchmercurial-5.3
changeset 5357 acef6f866bb5
parent 2020 143c8e4dc22d
permissions -rw-r--r--
test-compat: create a compatibility branch for Mercurial 5.3 Mercurial 5.4 have been released, so the stable branch is no longer about 5.3.

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