hgext3rd/__init__.py
author Ludovic Chabant <ludovic@chabant.com>
Fri, 28 Jun 2019 21:07:20 +0000
changeset 4792 9f2e480ad786
parent 2020 143c8e4dc22d
permissions -rw-r--r--
py3: make setup.py py3 compatible

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