mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix missed salt.ext.tornado
occurrence
This commit is contained in:
parent
4f8f60d89f
commit
4cade4f59b
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ def connect_master_mock():
|
|||
self.calls = 0
|
||||
self.exc = Exception
|
||||
|
||||
@salt.ext.tornado.gen.coroutine
|
||||
@tornado.gen.coroutine
|
||||
def __call__(self, *args, **kwargs):
|
||||
self.calls += 1
|
||||
if self.calls == 1:
|
||||
|
|
Loading…
Add table
Reference in a new issue