The low-level interface is now in _winreg; update the import here.
diff --git a/Lib/test/test_winreg.py b/Lib/test/test_winreg.py
index 5eb2986..b2f87d5 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"