diff options
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_threaded_import.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_threaded_import.py b/Lib/test/test_threaded_import.py index 8bdae42..dc27d4e 100644 --- a/Lib/test/test_threaded_import.py +++ b/Lib/test/test_threaded_import.py @@ -51,6 +51,7 @@ def test_main(): # magic name! see above done.acquire() if verbose: print "OK." + done.release() if __name__ == "__main__": test_main() |