view hgext/__init__.py @ 36773:1004fd71810f

rebase: reduce scope of "dsguard" variables a bit Differential Revision: https://phab.mercurial-scm.org/D2710
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 01 Mar 2018 20:12:25 -0800
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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