hgext3rd/__init__.py
author Matt Harbison <matt_harbison@yahoo.com>
Sun, 18 Mar 2018 15:32:49 -0400
changeset 36990 b6a4881cec19
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
test-lfs: glob over some output changes These changes started with 2090044a288d. They aren't important to LFS testing.

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)