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_importimport pkgutil__path__ = pkgutil.extend_path(__path__, __name__)