From: Guido van Rossum Date: Fri, 10 Aug 2007 01:01:28 +0000 (+0000) Subject: Remove spurious (and unneeded) import of StringIO. X-Git-Tag: v3.0a1~473 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=283f3ffc246c53d6e265103e5bfb04ee08845d28;p=python Remove spurious (and unneeded) import of StringIO. --- diff --git a/Lib/ctypes/test/test_loading.py b/Lib/ctypes/test/test_loading.py index 256cdf9260..fa2b7e2a36 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