##// END OF EJS Templates
Export the widget unpack_models function for other custom classes to use...
Export the widget unpack_models function for other custom classes to use Thanks to @jdfreder for this suggestion.

File last commit:

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