summaryrefslogtreecommitdiffstats
path: root/nova/testing
diff options
context:
space:
mode:
authorJoe Gordon <jogo@cloudscaling.com>2012-05-04 15:54:12 -0700
committerJoe Gordon <jogo@cloudscaling.com>2012-05-07 15:08:58 -0700
commit86dc475bd6de08c8a329a26f988d0fff8868c8a0 (patch)
tree34836d4064fdf0341a5addcbe3c75d019229bc97 /nova/testing
parentf729925f5a3231c1b8ec2cb3c9c5fcd2bc68dbbb (diff)
downloadnova-86dc475bd6de08c8a329a26f988d0fff8868c8a0.tar.gz
nova-86dc475bd6de08c8a329a26f988d0fff8868c8a0.tar.xz
nova-86dc475bd6de08c8a329a26f988d0fff8868c8a0.zip
pylint cleanup
Mostly remove unused imports Change-Id: Icdb3ec77537b2568f4e85843bab89eb63cd17d8e
Diffstat (limited to 'nova/testing')
-rw-r--r--nova/testing/runner.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/testing/runner.py b/nova/testing/runner.py
index 7ddf959db..4ee88553b 100644
--- a/nova/testing/runner.py
+++ b/nova/testing/runner.py
@@ -110,8 +110,6 @@ class _AnsiColorizer(object):
curses.setupterm()
return curses.tigetnum("colors") > 2
except Exception:
- raise
- # guess false in case of error
return False
supported = classmethod(supported)