diff --git a/Lib/test/test_winreg.py b/Lib/test/test_winreg.py index 5eb29865dbe..b2f87d5e049 100644 --- a/Lib/test/test_winreg.py +++ b/Lib/test/test_winreg.py @@ -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"