##// END OF EJS Templates
Backport PR #2250: fix html in notebook example...
Backport PR #2250: fix html in notebook example please backport to 0.13.1

File last commit:

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