mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Update __init__.py
This commit is contained in:
parent
0d3c2d549e
commit
5664de6610
@ -121,6 +121,6 @@ class WheelClient(mixins.SyncClientMixin, mixins.AsyncClientMixin, object):
|
|||||||
>>> wheel.cmd('key.finger', ['jerry'])
|
>>> wheel.cmd('key.finger', ['jerry'])
|
||||||
{'minions': {'jerry': '5d:f6:79:43:5e:d4:42:3f:57:b8:45:a8:7e:a4:6e:ca'}}
|
{'minions': {'jerry': '5d:f6:79:43:5e:d4:42:3f:57:b8:45:a8:7e:a4:6e:ca'}}
|
||||||
'''
|
'''
|
||||||
|
return self.low(fun, kwarg)
|
||||||
|
|
||||||
Wheel = WheelClient # for backward-compat
|
Wheel = WheelClient # for backward-compat
|
||||||
|
Loading…
Reference in New Issue
Block a user