##// END OF EJS Templates
fix typo, closes #3462...
fix typo, closes #3462 Thanks to github user @gaulinmp for submitting a bug report and the suggested fix.

File last commit:

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