##// END OF EJS Templates
Fix default_cell_type option for notebook
Fix default_cell_type option for notebook

File last commit:

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