view hgext/__init__.py @ 36906:6a0e4efbc61e

hgweb: pass modern request type into templater() Only a handful of consumers of wsgirequest remaining in this file... Differential Revision: https://phab.mercurial-scm.org/D2828
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 11 Mar 2018 15:35:03 -0700
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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