##// END OF EJS Templates
Container assumes the children attribute is not None...
Container assumes the children attribute is not None Thanks to @SylvainCorlay for pointing this out.

File last commit:

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