##// END OF EJS Templates
don't flush displayhook if caching is disabled
don't flush displayhook if caching is disabled

File last commit:

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