Commit 5be5084a authored by Arnaud Fontaine's avatar Arnaud Fontaine

Fix IComponent interface following edd51cbe6d3f5a7b3a15b6f666299f0cc491c783.

parent 7b6648a2
...@@ -54,7 +54,7 @@ class IComponent(Interface): ...@@ -54,7 +54,7 @@ class IComponent(Interface):
modified after being validated modified after being validated
""" """
def load(obj, namespace_dict={}, validated_only=False, text_content=None): def load(obj, namespace_dict, validated_only=False, text_content=None):
""" """
Load the source code into the given dict Load the source code into the given dict
""" """
......
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