mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
commit
9a961cc30a
@ -10,7 +10,6 @@ import os
|
||||
import errno
|
||||
import hashlib
|
||||
import weakref
|
||||
import gc
|
||||
from random import randint
|
||||
|
||||
# Import Salt Libs
|
||||
@ -92,7 +91,6 @@ class AsyncZeroMQReqChannel(salt.transport.client.ReqChannel):
|
||||
loop_instance_map[key] = new_obj
|
||||
return loop_instance_map[key]
|
||||
|
||||
|
||||
@classmethod
|
||||
def __key(cls, opts, **kwargs):
|
||||
return (opts['pki_dir'], # where the keys are stored
|
||||
|
Loading…
Reference in New Issue
Block a user