hgext3rd/__init__.py
author Matt Harbison <matt_harbison@yahoo.com>
Wed, 23 May 2018 22:25:00 -0400
changeset 38143 c3960c7e66fa
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
py3: replace str.format(x) with `str % x` in githelp

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