view hgext/__init__.py @ 33597:a3ac1ea611ce stable

docker: pass proxy arguments to docker process Building in Docker when behind a proxy requires passing the proxy variables. Differential Revision: https://phab.mercurial-scm.org/D190
author Mathias De Maré <mathias.de_mare@nokia.com>
date Thu, 27 Jul 2017 13:44:15 +0200
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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