hgext3rd/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Mon, 11 Dec 2017 23:33:50 +0530
branchstable
changeset 3277 0a6954bd6502
parent 2020 143c8e4dc22d
permissions -rw-r--r--
tests: add a test showing traceback on `hg stack` in case of split The traceback will be fixed in the next patch.

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