Commit 1eb9902b authored by Arnaud Fontaine's avatar Arnaud Fontaine

ZODB Components: Update Interface following recent API changes (5df5fcf7).

parent c2e2c092
......@@ -48,22 +48,6 @@ class IComponent(Interface):
then if no error is returned, validate it
"""
def hasErrorMessageList(obj):
"""
Check whether there are error messages
"""
def getErrorMessageList(obj):
"""
Return errors, if any, which may have arised when the Component has been
modified after being validated
"""
def load(obj, namespace_dict, validated_only=False, text_content=None):
"""
Load the source code into the given dict
"""
def _getFilesystemPath():
"""
Return the filesystem Component path for import into ZODB
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment