commit | 8b3cf58fa55026b90a895a4dc0c18a3e557b7a2a | [log] [tgz] |
---|---|---|
author | Eric S. Raymond <esr@thyrsus.com> | Fri Feb 09 11:14:08 2001 +0000 |
committer | Eric S. Raymond <esr@thyrsus.com> | Fri Feb 09 11:14:08 2001 +0000 |
tree | bc6861f9a9b50abb2262c461dd1850fc810acd5d | |
parent | b08b2d316653bf22d39ad76814b5a0e7dad30c31 [diff] [blame] |
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 bb9557f..00ccec5 100644 --- a/Lib/distutils/bcppcompiler.py +++ b/Lib/distutils/bcppcompiler.py
@@ -14,7 +14,7 @@ __revision__ = "$Id$" -import sys, os, string +import sys, os from distutils.errors import \ DistutilsExecError, DistutilsPlatformError, \ CompileError, LibError, LinkError