view hgext3rd/__init__.py @ 32719:74680ed89a29

run-tests: output coverage to output dir There do not appear to be any tests for this, and I've never used either of these options before, but this works.
author Siddharth Agarwal <sid0@fb.com>
date Wed, 07 Jun 2017 21:17:06 -0700
parents 4b81487a01d4
children 2372284d9457
line wrap: on
line source

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