view hgext/__init__.py @ 41171:f46ffd23dae8

discovery: add a simple `addinfo` method The method can directly process a sample result. This makes the main code simpler to follow.
author Boris Feld <boris.feld@octobus.net>
date Fri, 28 Dec 2018 03:59:38 +0100
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)