py3: ensure _start_response() is called with system string
This was preventing HTTP 500's from being sent in Python 3.
Differential Revision: https://phab.mercurial-scm.org/D4730
from __future__ import absolute_importimport pkgutil__path__ = pkgutil.extend_path(__path__, __name__)