hgext3rd/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Mon, 19 Jun 2017 02:44:19 +0530
changeset 2625 8f2901f4749e
parent 2020 143c8e4dc22d
permissions -rw-r--r--
topics: some minute fixes to the documentation which shows up in help I am not a native but these changes are simple and obvious.

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