view hgext/__init__.py @ 1719:6ff0454f1f23

merge back with stable
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Mon, 01 Aug 2016 22:55:11 +0200
parents 5ef77a1d975c
children
line wrap: on
line source

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