mirror of https://github.com/python/cpython
The low-level interface is now in _winreg; update the import here.
This commit is contained in:
parent
55c3819e6a
commit
252af9ca27
|
@ -1,7 +1,7 @@
|
|||
# Test the windows specific win32reg module.
|
||||
# Only win32reg functions not hit here: FlushKey, LoadKey and SaveKey
|
||||
|
||||
from winreg import *
|
||||
from _winreg import *
|
||||
import os, sys
|
||||
|
||||
test_key_name = "SOFTWARE\\Python Registry Test Key - Delete Me"
|
||||
|
|
Loading…
Reference in New Issue