hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Mon, 01 May 2017 06:17:44 +0200
branchmercurial-4.1
changeset 2310 e9b28f10b51c
parent 2020 143c8e4dc22d
permissions -rw-r--r--
opening mercurial 4.1 compat branch This branch will receive test update implied by the 4.2 → 4.1 changes.

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