##// END OF EJS Templates
py3compat pass on Session.key...
py3compat pass on Session.key ensure str_to_bytes and bytes_to_str are used to transform Session.key to/from JSON

File last commit:

r3408:261328d5
r4967:d1cd0afe
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from _path import *