mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Add missing import
We use it in the ZMQChannel, I'm not sure how this works without the import
This commit is contained in:
parent
85b4512164
commit
865c66d583
@ -10,6 +10,7 @@ import threading
|
|||||||
# Import Salt Libs
|
# Import Salt Libs
|
||||||
import salt.payload
|
import salt.payload
|
||||||
import salt.auth
|
import salt.auth
|
||||||
|
import salt.crypt
|
||||||
import salt.utils
|
import salt.utils
|
||||||
import logging
|
import logging
|
||||||
from collections import defaultdict
|
from collections import defaultdict
|
||||||
|
Loading…
Reference in New Issue
Block a user