hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Sat, 29 Oct 2016 14:55:57 +0200
branchmercurial-3.7
changeset 1760 147aa58d8962
parent 1619 5ef77a1d975c
permissions -rw-r--r--
merge with latest fix

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