updated pycrypto
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
__revision__ = "$Id$"
|
||||
__all__ = ['WindowsRNG']
|
||||
|
||||
from Crypto.Random.OSRNG import winrandom
|
||||
import winrandom
|
||||
from rng_base import BaseRNG
|
||||
|
||||
class WindowsRNG(BaseRNG):
|
||||
|
Reference in New Issue
Block a user