ui: inline util.bytesinput() into ui._readline()
Prepares for rework of Python 3 support, which is currently broken due to
read-ahead buffer of TextIOWrapper.
from __future__ import absolute_importimport pkgutil__path__ = pkgutil.extend_path(__path__, __name__)