From 0cebe439ce26ed5a14d77771c01e50d9dcc6ad11 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sat, 1 Jul 2000 20:57:03 +0000 Subject: test(): Removed; regression test is in test.test_winreg2, not testreg. --- Lib/plat-win/winreg.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lib/plat-win/winreg.py b/Lib/plat-win/winreg.py index 8c428cd..f8b8c3a 100644 --- a/Lib/plat-win/winreg.py +++ b/Lib/plat-win/winreg.py @@ -303,8 +303,6 @@ _RegCreateKeyExOptions=[ "REG_OPENED_EXISTING_KEY", "REG_OPTION_CREATE_LINK"] -def test(): - import testreg #unusednames=_RegNotifyChangeKeyValueOptions+_RegRestoreKeyOptions+_RegCreateKeyExOptions -- cgit v0.12