hgext3rd/__init__.py
author Anton Shestakov <av6@dwimlabs.net>
Tue, 28 May 2019 16:46:18 +0800
changeset 4658 89c1b739fabe
parent 2020 143c8e4dc22d
permissions -rw-r--r--
stack: remove 'topic.' prefix from colors/labels Stack is related to topics, sure, but it is also good enough to be recognized on its own.

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