mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
On the right line!!!
This commit is contained in:
parent
6b0d33784f
commit
c9b3101d17
@ -1665,8 +1665,8 @@ def run_parallel_map_providers_query(data):
|
||||
providers map.
|
||||
'''
|
||||
try:
|
||||
import Crypto.Random
|
||||
Crypto.Random.atfork() # pylint: disable=E0611
|
||||
import Crypto.Random # pylint: disable=E0611
|
||||
Crypto.Random.atfork()
|
||||
except ImportError:
|
||||
# PyCrypto version < 2.1
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user