Skip to content

Commit

Permalink
pep8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuck Short committed Mar 17, 2011
1 parent dee8a59 commit 4364a15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nova/tests/test_virt.py
Expand Up @@ -259,8 +259,7 @@ def _check_xml_and_container(self, instance):

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),
Expand Down

0 comments on commit 4364a15

Please sign in to comment.