mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
String method conversion.
(This one was trivial -- no actual string. references in it!)
This commit is contained in:
parent
b08b2d3166
commit
8b3cf58fa5
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ for the Borland C++ compiler.
|
||||||
__revision__ = "$Id$"
|
__revision__ = "$Id$"
|
||||||
|
|
||||||
|
|
||||||
import sys, os, string
|
import sys, os
|
||||||
from distutils.errors import \
|
from distutils.errors import \
|
||||||
DistutilsExecError, DistutilsPlatformError, \
|
DistutilsExecError, DistutilsPlatformError, \
|
||||||
CompileError, LibError, LinkError
|
CompileError, LibError, LinkError
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue