diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-07-15 21:09:58 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-07-15 21:09:58 (GMT) |
commit | 9e42a4dbaa53250965039932a44eb2771e737648 (patch) | |
tree | 65f656e179d4f3b9c378a67aa6a38912e351d976 /Lib/test/threaded_import_hangers.py | |
parent | 075050f84f15fb0681254dc3a0b7a53e9fe6668f (diff) | |
download | cpython-9e42a4dbaa53250965039932a44eb2771e737648.zip cpython-9e42a4dbaa53250965039932a44eb2771e737648.tar.gz cpython-9e42a4dbaa53250965039932a44eb2771e737648.tar.bz2 |
Fix whitespace
Diffstat (limited to 'Lib/test/threaded_import_hangers.py')
-rw-r--r-- | Lib/test/threaded_import_hangers.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/threaded_import_hangers.py b/Lib/test/threaded_import_hangers.py index d7cc255..5484e60 100644 --- a/Lib/test/threaded_import_hangers.py +++ b/Lib/test/threaded_import_hangers.py @@ -43,4 +43,3 @@ for name, func, args in [ errors.append("%s appeared to hang" % name) finally: del t - |