hgext3rd/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Tue, 11 Aug 2020 13:43:43 +0530
changeset 45386 034d94f8761b
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
requirements: introduce constants for `shared` and `relshared` requirements We add them to `WORKING_DIR_REQUIREMENTS` too as they should be stored in `.hg/requires` and have information about the type of working copy. Differential Revision: https://phab.mercurial-scm.org/D8926

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)