##// END OF EJS Templates
Update File Upload Widget.ipynb
Update File Upload Widget.ipynb

File last commit:

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