##// END OF EJS Templates
check for bytes instead of str for python3 compatibility
check for bytes instead of str for python3 compatibility

File last commit:

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