view hgext/__init__.py @ 35252:5d176979eb13

tests: remove shell function helper from test-largefiles-misc Now that all the complexity is in a Python script, we can just directly invoke the tool. Differential Revision: https://phab.mercurial-scm.org/D1599
author Augie Fackler <augie@google.com>
date Tue, 05 Dec 2017 16:58:00 -0500
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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