]> granicus.if.org Git - python/commitdiff
The low-level interface is now in _winreg; update the import here.
authorFred Drake <fdrake@acm.org>
Thu, 29 Jun 2000 19:42:00 +0000 (19:42 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 29 Jun 2000 19:42:00 +0000 (19:42 +0000)
Lib/test/test_winreg.py

index 5eb29865dbe869fb61447801a79ce03ec5c2043b..b2f87d5e0491dd62266d15df997f291bf5205017 100644 (file)
@@ -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"