diff options
author | Stefan van der Walt <stefan@sun.ac.za> | 2009-04-16 17:32:23 +0000 |
---|---|---|
committer | Stefan van der Walt <stefan@sun.ac.za> | 2009-04-16 17:32:23 +0000 |
commit | 37abe7a2f64dbd5dffee0d5abd5784b15191d9a5 (patch) | |
tree | 665e1faacc77c8138b3f74648d2e27ba74ec4a28 /numpy/distutils/fcompiler/compaq.py | |
parent | 9c5ec967cf50b3c498980650bf6a132b1516171a (diff) | |
download | numpy-37abe7a2f64dbd5dffee0d5abd5784b15191d9a5.tar.gz |
Remove tabs and unnecessary whitespace.
Diffstat (limited to 'numpy/distutils/fcompiler/compaq.py')
-rw-r--r-- | numpy/distutils/fcompiler/compaq.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 |