Commit 9684678a authored by Aurel's avatar Aurel

add comment about useless parameter

parent 376652aa
......@@ -749,7 +749,8 @@ class SyncMLSubscription(XMLObject):
'getXmlBindingGeneratorMethodId')
def getXmlBindingGeneratorMethodId(self, default=_MARKER, force=False):
"""
return the xml mapping
XXX force parameter must be removed
Return the xml mapping
"""
if default is _MARKER:
return self._baseGetXmlBindingGeneratorMethodId()
......
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