hgext/__init__.py
author Matt Harbison <matt_harbison@yahoo.com>
Sat, 20 Jul 2019 22:18:22 -0400
changeset 42626 944604118c0f
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
tests: glob over some timing numbers in test-shelve.t The Windows bot is slow enough that it was 2s in the first hunk. Differential Revision: https://phab.mercurial-scm.org/D6663

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