##// END OF EJS Templates
Notebook app debugging....
Notebook app debugging. * Logging is now working with a default of INFO. * Other misc bug fixes.

File last commit:

r3408:261328d5
r4345:e0514369
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *