From 283f3ffc246c53d6e265103e5bfb04ee08845d28 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 10 Aug 2007 01:01:28 +0000 Subject: Remove spurious (and unneeded) import of StringIO. --- Lib/ctypes/test/test_loading.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/ctypes/test/test_loading.py b/Lib/ctypes/test/test_loading.py index 256cdf9..fa2b7e2 100644 --- a/Lib/ctypes/test/test_loading.py +++ b/Lib/ctypes/test/test_loading.py @@ -1,6 +1,6 @@ from ctypes import * import sys, unittest -import os, StringIO +import os from ctypes.util import find_library from ctypes.test import is_resource_enabled -- cgit v0.12