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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=382ccdfd5bb1529c81187313165fd08bf9ca66fe;p=python remove function import --- diff --git a/Lib/test/test_support.py b/Lib/test/test_support.py index 8656189a91..6f7b2397d6 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()