hgext3rd/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 17 Aug 2016 08:52:15 -0700
changeset 30259 d06c049695e6
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
tests: explicitly use ls profiler In preparation for making the statprof profiler the default.

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