mirror of
https://github.com/python/cpython.git
synced 2026-01-03 22:12:27 +00:00
Remove spurious (and unneeded) import of StringIO.
This commit is contained in:
parent
11019804f6
commit
283f3ffc24
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue