hgext3rd/__init__.py
author Philippe Pepiot <philippe.pepiot@logilab.fr>
Tue, 11 Jun 2019 10:04:11 +0200
branchstable
changeset 4683 33696e2159a7
parent 2020 143c8e4dc22d
permissions -rw-r--r--
packaging: require mercurial >= 4.5 Otherwise building the doc package fails with: (third party extension evolve requires version 4.5 or newer of Mercurial; disabling) Exception occurred: File "/usr/lib/python2.7/dist-packages/mercurial/help.py", line 624, in help_ raise error.Abort(msg, hint=hint) Abort: no such help topic: evolve

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