view hgext/__init__.py @ 37831:387af9e5df70 stable

hgweb: prevent triggering dummy href="#" handler Follow up for the previous patch.
author Yuya Nishihara <yuya@tcha.org>
date Thu, 03 May 2018 14:43:25 +0900
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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