##// 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
try:
from simplegeneric import *
except ImportError:
from ._simplegeneric import *