From 37abe7a2f64dbd5dffee0d5abd5784b15191d9a5 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Thu, 16 Apr 2009 17:32:23 +0000 Subject: Remove tabs and unnecessary whitespace. --- numpy/distutils/fcompiler/compaq.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'numpy/distutils/fcompiler') diff --git a/numpy/distutils/fcompiler/compaq.py b/numpy/distutils/fcompiler/compaq.py index 710752b49..60579daf9 100644 --- a/numpy/distutils/fcompiler/compaq.py +++ b/numpy/distutils/fcompiler/compaq.py @@ -79,7 +79,7 @@ class CompaqVisualFCompiler(FCompiler): m.initialize() ar_exe = m.lib except DistutilsPlatformError, msg: - pass + pass except AttributeError, msg: if '_MSVCCompiler__root' in str(msg): print 'Ignoring "%s" (I think it is msvccompiler.py bug)' % (msg) @@ -90,7 +90,7 @@ class CompaqVisualFCompiler(FCompiler): print "Unexpected IOError in", __file__ raise e except ValueError, e: - if not "path']" in str(e): + if not "path']" in str(e): print "Unexpected ValueError in", __file__ raise e -- cgit v1.2.1