pep8 fixes

This commit is contained in:
termie
2010-12-16 10:52:30 -08:00
parent f7d322c6bf
commit 98e383b4d4
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ class RpcTestCase(test.TestCase):
self.assertRaises(rpc.RemoteError,
rpc.call,
self.context,
'test',
'test',
{"method": "fail",
"args": {"value": value}})
try:

View File

@@ -119,7 +119,7 @@ class ServiceTestCase(test.TestCase):
service.db.service_create(mox.IgnoreArg(),
service_create).AndReturn(service_ref)
self.mox.ReplayAll()
app.start()
app.stop()
self.assert_(app)