view hgext/__init__.py @ 29853:d3b2da20a9c5 stable

Added signature for changeset ccd436f7db6d
author Kevin Bullock <kbullock@ringworld.org>
date Thu, 01 Sep 2016 14:01:43 -0500
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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