##// END OF EJS Templates
Merge pull request #3186 from maximsch2/fix_etype_ename...
Merge pull request #3186 from maximsch2/fix_etype_ename Fix small inconsistency in nbformat: etype -> ename We call this ename everywhere else, including in notebook files.

File last commit:

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