From: Eric S. Raymond Date: Fri, 9 Feb 2001 11:14:08 +0000 (+0000) Subject: String method conversion. X-Git-Tag: v2.1b1~452 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b3cf58fa55026b90a895a4dc0c18a3e557b7a2a;p=python String method conversion. (This one was trivial -- no actual string. references in it!) --- diff --git a/Lib/distutils/bcppcompiler.py b/Lib/distutils/bcppcompiler.py index bb9557fbb3..00ccec548b 100644 --- a/Lib/distutils/bcppcompiler.py +++ b/Lib/distutils/bcppcompiler.py @@ -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