##// END OF EJS Templates
Added apply method to base model....
Added apply method to base model. Allows model to propogate changes to all views except for the one specified.

File last commit:

r13347:54891794
r14227:09ef35b0
Show More
__init__.py
4 lines | 86 B | text/x-python | PythonLexer
try:
from jsonschema import *
except ImportError :
from ._jsonschema import *