py3: make encoding.strio() an identity function on Python 2
It's the convention the other encoding.str*() functions follow. To make things
simple, this also drops kwargs from the strio() constructor.
from __future__ import absolute_importimport pkgutil__path__ = pkgutil.extend_path(__path__, __name__)