commit | 252af9ca27be699c97644923e71d48a71dca406a | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Thu Jun 29 19:42:00 2000 +0000 |
committer | Fred Drake <fdrake@acm.org> | Thu Jun 29 19:42:00 2000 +0000 |
tree | a1c11649bccafac057f30b6ef997e56ec28ced45 | |
parent | 55c3819e6a055264f1fd9853ab2ed022a84ef626 [diff] [blame] |
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"