mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
good catch
This commit is contained in:
parent
31c6a10d1b
commit
d3b77092b5
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import random
|
|||
# Import 3rd-party libs
|
||||
try:
|
||||
try:
|
||||
import Crypto.Random as CRand # pylint: disable=E0611
|
||||
import Cryptodome.Random as CRand # pylint: disable=E0611
|
||||
except ImportError:
|
||||
import Crypto.Random as CRand # pylint: disable=E0611
|
||||
HAS_RANDOM = True
|
||||
|
|
Loading…
Add table
Reference in a new issue