hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 07 Sep 2017 16:45:53 +0200
changeset 2911 8874e65343a4
parent 2020 143c8e4dc22d
permissions -rw-r--r--
tests: add more explicit test about empty topic from publishing

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