rust-cpython: do not convert warning pattern to utf-8 bytes
On Unix, both Rust Path and Mercurial expect a locale-dependent bytes,
and we don't support Windows yet.
from __future__ import absolute_importimport pkgutil__path__ = pkgutil.extend_path(__path__, __name__)