Mercurial > hg
view hgext/__init__.py @ 43805:ad84fc97d120
upgrade-repo: colorize some of the output
Having clear color for requirement added and removed is useful.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 29 Nov 2019 15:36:45 +0100 |
parents | 2372284d9457 |
children | 6000f5b25c9b |
line wrap: on
line source
from __future__ import absolute_import import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)