##// END OF EJS Templates
fixing path redirects, cleaning path logic
fixing path redirects, cleaning path logic

File last commit:

r10951:31998f30
r12992:c2029fcf
Show More
__init__.py
4 lines | 73 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from ._path import *