##// END OF EJS Templates
del Widget.widgets[seld.model_id] in close rather than in __del__
del Widget.widgets[seld.model_id] in close rather than in __del__

File last commit:

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