view hgext/__init__.py @ 39113:e8532d00b729

tests: add conditional output when simplestore extensions is loaded This drops the number of failures with this extension to 3. Differential Revision: https://phab.mercurial-scm.org/D4286
author Gregory Szorc <gregory.szorc@gmail.com>
date Thu, 16 Aug 2018 00:13:41 +0000
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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