summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Lamar <brian.lamar@rackspace.com>2011-06-21 09:57:40 -0400
committerBrian Lamar <brian.lamar@rackspace.com>2011-06-21 09:57:40 -0400
commitafff25800521e7085ddff7e910195ef5a1f98732 (patch)
treed255327ac2f446f5db3c1625ee432bd8b433c52d
parent821f597228ed206564931b6693b134d04ef29e42 (diff)
pep8 fix
-rw-r--r--nova/tests/test_service.py1
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):