hgext3rd/__init__.py
author Boris Feld <boris.feld@octobus.net>
Thu, 24 Aug 2017 09:11:06 +0200
changeset 2854 66796d7b5415
parent 2020 143c8e4dc22d
permissions -rw-r--r--
warning: rename unstable warning message unstable has been renamed into orphan. Update the warning message when new orphan changesets are detected. Renaming done according to https://www.mercurial-scm.org/wiki/CEDVocabulary

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