]> granicus.if.org Git - python/commitdiff
String method conversion.
authorEric S. Raymond <esr@thyrsus.com>
Fri, 9 Feb 2001 11:14:08 +0000 (11:14 +0000)
committerEric S. Raymond <esr@thyrsus.com>
Fri, 9 Feb 2001 11:14:08 +0000 (11:14 +0000)
(This one was trivial -- no actual string. references in it!)

Lib/distutils/bcppcompiler.py

index bb9557fbb370c8b685a09748c4ec747928a33d01..00ccec548b2be18af63b0496db0c7bbcf05eaa1d 100644 (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