mirror of https://github.com/python/cpython
String method conversion.
(This one was trivial -- no actual string. references in it!)
This commit is contained in:
parent
b08b2d3166
commit
8b3cf58fa5
|
@ -14,7 +14,7 @@ for the Borland C++ compiler.
|
|||
__revision__ = "$Id$"
|
||||
|
||||
|
||||
import sys, os, string
|
||||
import sys, os
|
||||
from distutils.errors import \
|
||||
DistutilsExecError, DistutilsPlatformError, \
|
||||
CompileError, LibError, LinkError
|
||||
|
|
Loading…
Reference in New Issue