mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add missing import
This commit is contained in:
parent
95e70f0bef
commit
647080d064
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import logging
|
|||
import threading
|
||||
import traceback
|
||||
import multiprocessing
|
||||
from random import shuffle
|
||||
from random import randint, shuffle
|
||||
from salt.config import DEFAULT_MINION_OPTS
|
||||
from stat import S_IMODE
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue