Tidy up the Object calling interface.

This commit is contained in:
Mike Auty
2015-01-04 04:38:34 +00:00
parent 01182031a5
commit 8560aa8a55
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ class Template(validity.ValidityRoutines):
"""Updates the keyword arguments"""
self._volinfo.update(newargs)
def __call__(self, context, object_info, **kwargs):
def __call__(self, context, object_info):
"""Constructs the object
:type context: framework.interfaces.context.ContextInterface