view hgext3rd/__init__.py @ 3095:7a5941d91fc0 stable

compat: work around the lack of configoverride in mercurial 4.0 The phase preservation will stay broken on 4.0 and below
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 20 Oct 2017 20:58:35 +0200
parents 143c8e4dc22d
children
line wrap: on
line source

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