##// END OF EJS Templates
py3: add utility to forward __str__() to __bytes__()...
py3: add utility to forward __str__() to __bytes__() It calls unifromlocal() instead of sysstr() because __bytes__() may contain locale-dependent values such as paths.

File last commit:

r28450:155e3308 default
r33022:ce96efec default
Show More
__init__.py
3 lines | 105 B | text/x-python | PythonLexer
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)