hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 25 Apr 2018 13:55:52 +0100
branchstable
changeset 3719 d15f882e7b85
parent 2020 143c8e4dc22d
permissions -rw-r--r--
packagin: update `tested-with` statement

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