hgext3rd/__init__.py
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
Sun, 09 Jul 2017 15:01:32 +0300
branchstable
changeset 2722 44a6e6fbf80b
parent 2020 143c8e4dc22d
permissions -rw-r--r--
tutorial: fix grammar and spelling

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