summaryrefslogtreecommitdiffstats
path: root/nova/tests
diff options
context:
space:
mode:
authorCerberus <matt.dietz@rackspace.com>2011-03-04 11:19:35 -0600
committerCerberus <matt.dietz@rackspace.com>2011-03-04 11:19:35 -0600
commit1d8914fc752f7182f942cdd40f2ba18baedeed0c (patch)
tree7d3c8897d8b14918fc35c990bfeb19ada08cd926 /nova/tests
parent0e1a458166ad1e89ca0755d88b8efec39855ee5c (diff)
downloadnova-1d8914fc752f7182f942cdd40f2ba18baedeed0c.tar.gz
nova-1d8914fc752f7182f942cdd40f2ba18baedeed0c.tar.xz
nova-1d8914fc752f7182f942cdd40f2ba18baedeed0c.zip
More fixes
Diffstat (limited to 'nova/tests')
-rw-r--r--nova/tests/xenapi/stubs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/xenapi/stubs.py b/nova/tests/xenapi/stubs.py
index d17951b81..caefcff34 100644
--- a/nova/tests/xenapi/stubs.py
+++ b/nova/tests/xenapi/stubs.py
@@ -221,7 +221,7 @@ class FakeSessionForVolumeFailedTests(FakeSessionForVolumeTests):
class FakeSessionForMigrationTests(fake.SessionBase):
- """ Stubs out a XenAPISession for Migration tests """
+ """Stubs out a XenAPISession for Migration tests"""
def __init__(self, uri):
super(FakeSessionForMigrationTests, self).__init__(uri)