view hgext/__init__.py @ 28949:9d3e280864fb

subrepo: disable localizations when calling Git (issue5176) Spotted by Aidar Sayfullin.
author Matt Mackall <mpm@selenic.com>
date Sat, 16 Apr 2016 15:14:25 -0500
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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