view hgext/__init__.py @ 35713:7ffbd911dbc9

merge: use public interface ms.localctx instead of ms._local
author Pulkit Goyal <7895pulkit@gmail.com>
date Thu, 18 Jan 2018 19:40:17 +0530
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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