##// END OF EJS Templates
no default value creation for element traits
no default value creation for element traits

File last commit:

r13347:54891794
r20407:a7540ce3
Show More
__init__.py
4 lines | 83 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from ._decorator import *