##// END OF EJS Templates
protect javascript from invalid mime-type data...
protect javascript from invalid mime-type data everything is a string, if anything else is sent, drop it so it doesn't show up in the notebook document.

File last commit:

r13347:54891794
r14155:570aeb48
Show More
__init__.py
4 lines | 91 B | text/x-python | PythonLexer
Thomas Spura
Unbundle of all external modules....
r3408 try:
from simplegeneric import *
except ImportError:
Thomas Kluyver
Use explicit relative imports...
r13347 from ._simplegeneric import *