Commit d9b0f265 authored by Fred Drake's avatar Fred Drake

Mark Hammond: Uncomment call to delete test data when done.

parent 9a257b4f
...@@ -122,7 +122,7 @@ def DeleteTestData(root_key): ...@@ -122,7 +122,7 @@ def DeleteTestData(root_key):
def TestAll(root_key): def TestAll(root_key):
WriteTestData(root_key) WriteTestData(root_key)
ReadTestData(root_key) ReadTestData(root_key)
# DeleteTestData(root_key) DeleteTestData(root_key)
# Test on my local machine. # Test on my local machine.
TestAll(HKEY_CURRENT_USER) TestAll(HKEY_CURRENT_USER)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment