diff options
| author | Matthew Hooker <matt@cloudscaling.com> | 2011-08-02 17:05:10 -0400 |
|---|---|---|
| committer | Matthew Hooker <matt@cloudscaling.com> | 2011-08-02 17:05:10 -0400 |
| commit | b5a4a8d6cc68fec2dab205c5da494bce69241c33 (patch) | |
| tree | 6fafa4026e109f842424049afa351ab8d185a7ef | |
| parent | 614895b6c93904888aab99d1507d94271d763c04 (diff) | |
fix pep8 complaints
| -rw-r--r-- | nova/tests/test_xenapi.py | 2 |
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.""" |
