String method conversion.

(This one was trivial -- no actual string. references in it!)
This commit is contained in:
Eric S. Raymond 2001-02-09 11:14:08 +00:00
parent b08b2d3166
commit 8b3cf58fa5
1 changed files with 1 additions and 1 deletions

View File

@ -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