Pylint and style cleanup

This commit is contained in:
Thomas Jackson 2015-01-06 11:35:32 -08:00
parent bad5812c38
commit 8ce214c03f
2 changed files with 1 additions and 1 deletions

View File

@ -285,6 +285,7 @@ class AsyncClientMixin(object):
multiprocess and fire the return data on the event bus
'''
salt.utils.daemonize()
# pack a few things into low
low['__jid__'] = jid
low['__user__'] = user

View File

@ -32,7 +32,6 @@ class WheelClient(mixins.SyncClientMixin, mixins.AsyncClientMixin, object):
super(WheelClient, self).__init__(opts)
self.functions = salt.loader.wheels(opts)
# TODO: remove/deprecate
def call_func(self, fun, **kwargs):
'''