view hgext/__init__.py @ 36904:092ab4ba7ee5

hgweb: don't pass wsgireq to makeindex and other functions We only ever access attributes that are available on our newer request type. So we no longer need this argument. Differential Revision: https://phab.mercurial-scm.org/D2826
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 11 Mar 2018 15:29:38 -0700
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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