hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Thu, 20 Apr 2017 12:54:57 +0200
branchstable
changeset 2281 812b866f193c
parent 2020 143c8e4dc22d
permissions -rw-r--r--
readme: fix 6.0.0 release date It was March, not February.

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