hgext/__init__.py
author Matt Harbison <matt_harbison@yahoo.com>
Tue, 04 Dec 2018 00:19:33 -0500
changeset 40808 c460b1643eb0
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
tests: stabilize test-blackbox.t on Windows I didn't look into why the error is more detailed, but that seems like it's a good thing (other than for recording tests).

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