hgext/__init__.py
author Jun Wu <quark@fb.com>
Tue, 10 Jan 2017 06:59:31 +0800
changeset 30740 493935e0327a
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
chgserver: implement chgui._runpager This patch implements chgui._runpager in a relatively simple way. A more clean way is to move the core logic of "attachio" to "ui", which will be done later after chg runs uisetup per request.

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