Mercurial > evolve
view hgext/__init__.py @ 1745:6c922448ccec stable
merge with default, Mercurial 4.0-rc is out
The content of the Mercurial stable branch changed, we update it here too.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Fri, 28 Oct 2016 15:44:15 +0200 |
parents | 5ef77a1d975c |
children |
line wrap: on
line source
from __future__ import absolute_import import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)