fixed parsing, replaced non_workin instance_check with todo

This commit is contained in:
Rafael.Timmerberg 2013-06-19 01:29:11 +02:00
commit a821f97f98
14 changed files with 63 additions and 36 deletions

View file

@ -18,5 +18,6 @@ class XmppTask(Task):
pass
def creator(**taskDict):
def creator(taskDict):
return XmppTask(taskDict)