##// END OF EJS Templates
Backport PR #2117: use explicit url in notebook example...
Backport PR #2117: use explicit url in notebook example related to #2115 Either we support gifs, or we don't embed them in notebook example. Should be backported on 0.13.1

File last commit:

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