##// END OF EJS Templates
remove nbformat.v4 spec files...
remove nbformat.v4 spec files nbformat 4 won't be in IPython 3.0

File last commit:

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