From 382ccdfd5bb1529c81187313165fd08bf9ca66fe Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 31 May 2009 14:43:00 +0000 Subject: remove function import --- Lib/test/test_support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_support.py b/Lib/test/test_support.py index 8656189..6f7b239 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() -- cgit v0.12