fix winrandom import

This commit is contained in:
j 2019-01-20 16:51:57 +05:30
parent ddc59ab92d
commit 91c1e3818e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
__revision__ = "$Id$"
__all__ = ['WindowsRNG']
import winrandom
from . import winrandom
from .rng_base import BaseRNG
class WindowsRNG(BaseRNG):