view hgext3rd/__init__.py @ 39190:68b6383a840a

tests: conditionalize color output on abort This broke in afc4ad706f9c. I'm not sure why other aborts don't need to be conditionalized, but `hg help foo` does abort in red for both msys and cmd.exe.
author Matt Harbison <matt_harbison@yahoo.com>
date Sat, 18 Aug 2018 15:15:04 -0400
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__)