##// END OF EJS Templates
Merge pull request #4014 from sixpi/fix_matploltib_typo...
Merge pull request #4014 from sixpi/fix_matploltib_typo Fix typo in ipapp

File last commit:

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