view hgext/__init__.py @ 31109:53230c5bb273

color: reinvent dictionary move the module lever dictionary declaration to a more standard (and practical indentation)
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Tue, 28 Feb 2017 11:42:07 +0100
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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