hgext/__init__.py
author Matt Harbison <matt_harbison@yahoo.com>
Sat, 08 Apr 2017 14:55:44 -0400
changeset 31852 7ef0816bfe64
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
test-fileset: glob away hash differences There are various files committed above that can't be used on Windows because of the name, or being a symlink.

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