hgext/__init__.py
author Matt Harbison <matt_harbison@yahoo.com>
Sat, 16 Feb 2019 21:49:55 -0500
changeset 41730 19d8d6856338
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
tests: glob over quoting differences in test-blackbox.t for Windows

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