##// END OF EJS Templates
notebook docs touchup...
notebook docs touchup closes #3902 incorporating doc changes from David Sanders, minor revisions my own -@ivanov

File last commit:

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