view hgext3rd/__init__.py @ 30721:4ab19763d71c

summary: use ui.label and join to write evolution troubles Follow-up on 7b526670f540 to avoid a convoluted loop.
author Denis Laxalde <denis@laxalde.org>
date Sat, 07 Jan 2017 12:24:15 +0100
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__)