From: Antoine Pitrou Date: Fri, 15 Jul 2011 21:09:58 +0000 (+0200) Subject: Fix whitespace X-Git-Tag: v3.3.0a1~1890 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9e42a4dbaa53250965039932a44eb2771e737648;p=thirdparty%2FPython%2Fcpython.git Fix whitespace --- diff --git a/Lib/test/threaded_import_hangers.py b/Lib/test/threaded_import_hangers.py index d7cc2559985d..5484e60a0d19 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 -