hgext/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 31 Jan 2018 17:34:45 -0800
changeset 35986 98a00aa0288d
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
wireprotoserver: move error response handling out of hgweb The exception handler for ErrorResponse has more to do with the wire protocol than the generic HTTP server. Move the code so it lives alongside other wire protocol code. Differential Revision: https://phab.mercurial-scm.org/D2021

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