hgext3rd/__init__.py
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
Mon, 01 Jun 2020 09:22:53 -0400
changeset 44928 935c9f347bdb
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
git: correctly check for type of object when walking

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)