summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Hooker <matt@cloudscaling.com>2011-08-02 17:05:10 -0400
committerMatthew Hooker <matt@cloudscaling.com>2011-08-02 17:05:10 -0400
commitb5a4a8d6cc68fec2dab205c5da494bce69241c33 (patch)
tree6fafa4026e109f842424049afa351ab8d185a7ef
parent614895b6c93904888aab99d1507d94271d763c04 (diff)
fix pep8 complaints
-rw-r--r--nova/tests/test_xenapi.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/tests/test_xenapi.py b/nova/tests/test_xenapi.py
index 9032c82ab..8e3c88f8e 100644
--- a/nova/tests/test_xenapi.py
+++ b/nova/tests/test_xenapi.py
@@ -677,7 +677,6 @@ class XenAPIVMTestCase(test.TestCase):
conn.revert_migration(instance)
-
class XenAPIDiffieHellmanTestCase(test.TestCase):
"""Unit tests for Diffie-Hellman code."""
def setUp(self):
@@ -850,7 +849,6 @@ class XenAPIMigrateInstance(test.TestCase):
network_info, resize_instance=False)
-
class XenAPIImageTypeTestCase(test.TestCase):
"""Test ImageType class."""