From: Benjamin Peterson Date: Sun, 31 May 2009 14:43:00 +0000 (+0000) Subject: remove function import X-Git-Tag: v2.7a1~1058 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=382ccdfd5bb1529c81187313165fd08bf9ca66fe;p=thirdparty%2FPython%2Fcpython.git remove function import --- diff --git a/Lib/test/test_support.py b/Lib/test/test_support.py index 8656189a91fb..6f7b2397d6fe 100644 --- a/Lib/test/test_support.py +++ b/Lib/test/test_support.py @@ -6,6 +6,7 @@ if __name__ != 'test.test_support': import contextlib import errno import functools +import gc import socket import sys import os @@ -644,7 +645,6 @@ def gc_collect(): longer than expected. This function tries its best to force all garbage objects to disappear. """ - import gc gc.collect() gc.collect() gc.collect()