hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Mon, 01 May 2017 06:06:41 +0200
changeset 2293 1659b42c28c2
parent 2020 143c8e4dc22d
permissions -rw-r--r--
compat: only install the better filtered message for mercurial 4.2 and above The helper function does not exist in earlier version.

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