diff options
author | Fred Drake <fdrake@acm.org> | 2000-07-01 20:57:03 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-07-01 20:57:03 (GMT) |
commit | 0cebe439ce26ed5a14d77771c01e50d9dcc6ad11 (patch) | |
tree | 3aa804b0403650385922f8d210b6616a45976507 /Lib | |
parent | f9a4a6eec14f8ea3c15cc66d74250e7d7bce556b (diff) | |
download | cpython-0cebe439ce26ed5a14d77771c01e50d9dcc6ad11.zip cpython-0cebe439ce26ed5a14d77771c01e50d9dcc6ad11.tar.gz cpython-0cebe439ce26ed5a14d77771c01e50d9dcc6ad11.tar.bz2 |
test(): Removed; regression test is in test.test_winreg2, not testreg.
Diffstat (limited to 'Lib')
-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 |