view hgext/__init__.py @ 35857:a42455b3dbf8

wireprotoserver: rename call to callhttp In the context of multiple handlers, call() is ambiguous. Differential Revision: https://phab.mercurial-scm.org/D1966
author Gregory Szorc <gregory.szorc@gmail.com>
date Wed, 31 Jan 2018 10:41:27 -0800
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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