##// END OF EJS Templates
Merge pull request #5957 from damianavila/fragments...
Merge pull request #5957 from damianavila/fragments IPython slides: fragments are now in a linear flow and include next "-" cells.

File last commit:

r13347:54891794
r17105:e181fce2 merge
Show More
__init__.py
4 lines | 91 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from ._simplegeneric import *