##// END OF EJS Templates
nbconvert: Make sure node is atleast version 0.9.12
nbconvert: Make sure node is atleast version 0.9.12

File last commit:

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