diff options
| author | Brian Lamar <brian.lamar@rackspace.com> | 2011-06-21 09:57:40 -0400 |
|---|---|---|
| committer | Brian Lamar <brian.lamar@rackspace.com> | 2011-06-21 09:57:40 -0400 |
| commit | afff25800521e7085ddff7e910195ef5a1f98732 (patch) | |
| tree | d255327ac2f446f5db3c1625ee432bd8b433c52d | |
| parent | 821f597228ed206564931b6693b134d04ef29e42 (diff) | |
pep8 fix
| -rw-r--r-- | nova/tests/test_service.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/tests/test_service.py b/nova/tests/test_service.py index 70ef80147..350dc62ee 100644 --- a/nova/tests/test_service.py +++ b/nova/tests/test_service.py @@ -366,6 +366,7 @@ class TestWSGIService(test.TestCase): self.assertNotEqual(0, test_service.port) test_service.stop() + class TestLauncher(test.TestCase): def setUp(self): |
