Revert changes to mixins cmd, as the better place to fix this is where it is called.

This commit is contained in:
Fred Reimer 2015-04-21 09:03:27 -04:00 committed by Fred Reimer
parent 365c7ffcb8
commit 5ac5426e46

View File

@ -148,7 +148,7 @@ class SyncClientMixin(object):
return ret['data']['return']
def cmd(self, fun, arg=None, pub_data=None, **kwarg):
def cmd(self, fun, arg=None, pub_data=None, kwarg=None):
'''
Execute a function