view hgext/__init__.py @ 44650:3f29c5edac8e stable

Added signature for changeset 8fca7e8449a8
author Augie Fackler <raf@durin42.com>
date Thu, 02 Apr 2020 12:05:41 -0400
parents 2372284d9457
children 6000f5b25c9b
line wrap: on
line source

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)