hgext3rd/__init__.py
author Danek Duvall <danek.duvall@oracle.com>
Thu, 13 Oct 2016 13:10:01 -0700
changeset 30175 8915c68f3eba
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
color: debugcolor should emit the user-defined colors This also fixes a long-standing bug that reversed the sense of the color name and the label used to print it, which was never relevant before.

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