view hgext/__init__.py @ 1743:299cdaa24fa5

merge with stable
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Sun, 16 Oct 2016 20:29:27 +0200
parents 5ef77a1d975c
children
line wrap: on
line source

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