view hgext/__init__.py @ 35314:1fe3c8296cfe

hgweb: rewrite `template = A and B or C` to be a proper ternary operator
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 08 Dec 2017 22:27:14 +0800
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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