diff options
| author | Todd Willey <todd@ansolabs.com> | 2011-06-11 15:14:46 -0400 |
|---|---|---|
| committer | Todd Willey <todd@ansolabs.com> | 2011-06-11 15:14:46 -0400 |
| commit | 27fb2cf245ae87282f3aefdf2ae4740866529101 (patch) | |
| tree | e4a70a222dc6c0e651f7332f8dac482b158dee8b | |
| parent | 90b3f8eb676681afa491c8bac85a45fdc87b099b (diff) | |
pep 8 whitespace fix.
| -rw-r--r-- | nova/tests/test_libvirt.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/tests/test_libvirt.py b/nova/tests/test_libvirt.py index 07c8e81f1..ee94d3c17 100644 --- a/nova/tests/test_libvirt.py +++ b/nova/tests/test_libvirt.py @@ -1058,7 +1058,6 @@ class IptablesFirewallTestCase(test.TestCase): db.instance_destroy(admin_ctxt, instance_ref['id']) - def test_provider_firewall_rules(self): # setup basic instance data instance_ref = self._create_instance_ref() |
