view hgext3rd/__init__.py @ 39089:3ff9d2ec6d88

add: add a label for messages about added files Keeping consistency between addremove and add seems a good idea.
author Boris Feld <boris.feld@octobus.net>
date Tue, 14 Aug 2018 11:15:05 +0200
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__)