Merge pull request #28361 from rallytime/bp-28087

Back-port #28087 to 2015.8
This commit is contained in:
Mike Place 2015-10-28 14:44:32 -06:00
commit 06b928cfdb

View file

@ -121,6 +121,6 @@ class WheelClient(mixins.SyncClientMixin, mixins.AsyncClientMixin, object):
>>> wheel.cmd('key.finger', ['jerry'])
{'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