mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
The low-level interface is now in _winreg; update the import here.
This commit is contained in:
parent
55c3819e6a
commit
252af9ca27
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue