view hgext3rd/__init__.py @ 36683:e39953fdd924

profile: colorize output on Windows Previously, the ANSI codes were printed to the screen, throwing off the alignment. We could probably do this unconditionally, but it's kind of a hack, so I figured I'd limit the scope.
author Matt Harbison <matt_harbison@yahoo.com>
date Sat, 03 Mar 2018 00:35:59 -0500
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__)