hgext3rd/__init__.py
author Boris Feld <boris.feld@octobus.net>
Wed, 17 May 2017 19:20:43 +0200
changeset 2403 1b348702d79e
parent 2020 143c8e4dc22d
permissions -rw-r--r--
obshistory: refactor debugobshistory Rename the function and extract the heavy work of the command in a separate module named obshistory.py

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