view hgext/__init__.py @ 36890:f8d6d9b29b39

hgweb: move readallowed to a standalone function hgwebdir s kind of large. Let's make the class smaller by moving things that don't need to be there. Differential Revision: https://phab.mercurial-scm.org/D2812
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 11 Mar 2018 10:15:33 -0700
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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