diff options
| author | Jason Kölker <jason@koelker.net> | 2011-05-31 11:51:03 -0500 |
|---|---|---|
| committer | Jason Kölker <jason@koelker.net> | 2011-05-31 11:51:03 -0500 |
| commit | 7184eb32a45c23de3d7296dce611ee4dde190231 (patch) | |
| tree | aac1fafeafac32c28b8d5fb91bcb9240105bfb0c | |
| parent | 36c93967577578936bd99a5c9cf344390509e484 (diff) | |
pep8 fixed
| -rw-r--r-- | nova/tests/test_host_filter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/test_host_filter.py b/nova/tests/test_host_filter.py index de41013a7..2ec048497 100644 --- a/nova/tests/test_host_filter.py +++ b/nova/tests/test_host_filter.py @@ -146,7 +146,7 @@ class HostFilterTestCase(test.TestCase): self.assertEquals('host%02d' % index, host) raw = ['not', - ['=', '$compute.host_memory_free', 30],] + ['=', '$compute.host_memory_free', 30], ] cooked = json.dumps(raw) hosts = driver.filter_hosts(self.zone_manager, cooked) |
