hgext3rd/__init__.py
author Matt Harbison <matt_harbison@yahoo.com>
Thu, 10 May 2018 22:00:41 -0400
changeset 38007 009b424c9cb6
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
templatekw: drop deprecated showlist() and showdict() (API)

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