From: cournape Date: Mon, 20 Oct 2008 12:20:22 +0000 (+0000) Subject: Fix trailing space. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bc52162986c531fd26ef8adc5b39640cb9bfc022;p=scons.git Fix trailing space. git-svn-id: http://scons.tigris.org/svn/scons/trunk@3709 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- diff --git a/src/engine/SCons/Tool/ifort.py b/src/engine/SCons/Tool/ifort.py index d017658b..a4101ac1 100644 --- a/src/engine/SCons/Tool/ifort.py +++ b/src/engine/SCons/Tool/ifort.py @@ -1,7 +1,7 @@ """SCons.Tool.ifort Tool-specific initialization for newer versions of the Intel Fortran Compiler -for Linux. +for Linux. There normally shouldn't be any need to import this module directly. It will usually be imported through the generic SCons.Tool.Tool() @@ -47,7 +47,7 @@ def generate(env): fscan = FortranScan("FORTRANPATH") SCons.Tool.SourceFileScanner.add_scanner('.i', fscan) SCons.Tool.SourceFileScanner.add_scanner('.i90', fscan) - + if not env.has_key('FORTRANFILESUFFIXES'): env['FORTRANFILESUFFIXES'] = ['.i'] else: