diff options
| author | Todd Willey <todd@ansolabs.com> | 2011-06-23 13:59:26 -0400 |
|---|---|---|
| committer | Todd Willey <todd@ansolabs.com> | 2011-06-23 13:59:26 -0400 |
| commit | 203f3f85b6d66735f52013cbe5a736ef82d7a083 (patch) | |
| tree | 7d54753545d25fe4c08d541b224978b00a2b3f64 | |
| parent | 1a3fb4332401e5fb3b5b090034ecf4fdf47246cf (diff) | |
| download | nova-203f3f85b6d66735f52013cbe5a736ef82d7a083.tar.gz nova-203f3f85b6d66735f52013cbe5a736ef82d7a083.tar.xz nova-203f3f85b6d66735f52013cbe5a736ef82d7a083.zip | |
pep8: remove newline at end of file.
| -rw-r--r-- | nova/tests/test_adminapi.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/tests/test_adminapi.py b/nova/tests/test_adminapi.py index 70a00f999..7ecaf1c09 100644 --- a/nova/tests/test_adminapi.py +++ b/nova/tests/test_adminapi.py @@ -87,4 +87,3 @@ class AdminApiTestCase(test.TestCase): result = self.api.block_external_addresses(self.context, '1.1.1.1/32') self.assertEqual('OK', result['status']) self.assertEqual('Added 3 rules', result['message']) - |
