hgext3rd/__init__.py
author Boris Feld <boris.feld@octobus.net>
Thu, 21 Sep 2017 10:45:06 +0200
changeset 2958 1cb715257130
parent 2020 143c8e4dc22d
permissions -rw-r--r--
doc: add a special flag for content to ignore in the rst The testfile to rest document convertion has a new way to ignore some commands.

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