mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Remove spurious (and unneeded) import of StringIO.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user