fix winrandom import
This commit is contained in:
parent
ddc59ab92d
commit
91c1e3818e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
__revision__ = "$Id$"
|
||||
__all__ = ['WindowsRNG']
|
||||
|
||||
import winrandom
|
||||
from . import winrandom
|
||||
from .rng_base import BaseRNG
|
||||
|
||||
class WindowsRNG(BaseRNG):
|
||||
|
|
Loading…
Reference in a new issue