summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChuck Short <zulcss@ubuntu.com>2011-03-17 10:45:31 -0400
committerChuck Short <zulcss@ubuntu.com>2011-03-17 10:45:31 -0400
commit4364a158fd31bdfcfa3ae835a2fd9c0f47d3632f (patch)
tree577f6ef8a2f12ce5e8c2d83545ea2c4b0960442b
parentdee8a59b5d575a0327464e27115d0d870cde97be (diff)
downloadnova-4364a158fd31bdfcfa3ae835a2fd9c0f47d3632f.tar.gz
nova-4364a158fd31bdfcfa3ae835a2fd9c0f47d3632f.tar.xz
nova-4364a158fd31bdfcfa3ae835a2fd9c0f47d3632f.zip
pep8 fixes
-rw-r--r--nova/tests/test_virt.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/nova/tests/test_virt.py b/nova/tests/test_virt.py
index 2510525fc..45f98fcde 100644
--- a/nova/tests/test_virt.py
+++ b/nova/tests/test_virt.py
@@ -259,8 +259,7 @@ class LibvirtConnTestCase(test.TestCase):
check = [
(lambda t: t.find('.').get('type'), 'lxc'),
- (lambda t: t.find('./os/type').text, 'exe')
- ]
+ (lambda t: t.find('./os/type').text, 'exe')]
for i, (check, expected_result) in enumerate(check):
self.assertEqual(check(tree),