##// END OF EJS Templates
Merge pull request #4496 from takluyver/i4495...
Merge pull request #4496 from takluyver/i4495 Pass nbformat object to write call to save .py script Closes #4495

File last commit:

r13347:54891794
r13515:39456020 merge
Show More
__init__.py
4 lines | 91 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from ._simplegeneric import *