diff options
-rw-r--r-- | Lib/plat-win/winreg.py | 2 |
1 files changed, 0 insertions, 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 |