Merge pull request #32168 from rallytime/lint-2015.8

Lint 2015.8
This commit is contained in:
Nicole Thomas 2016-03-27 12:26:50 -06:00
commit f2e986cf65

View File

@ -1492,6 +1492,7 @@ class LocalClient(object):
self.event.unsubscribe('syndic/.*/{0}'.format(job_id), 'regex')
self.event.unsubscribe('salt/job/{0}'.format(job_id))
class FunctionWrapper(dict):
'''
Create a function wrapper that looks like the functions dict on the minion