hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Tue, 14 Mar 2017 11:30:41 -0700
branchmercurial-3.6
changeset 2105 d4e7d8392cfa
parent 1619 5ef77a1d975c
permissions -rw-r--r--
compat: closing mercurial-3.6 compatibility branch The "evolve-6.0.0" release drop compatibility with Mercurial 3.6. No new commit are expected on this branch.

from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)