summaryrefslogtreecommitdiffstats
path: root/nova/tests
diff options
context:
space:
mode:
authorSalvatore Orlando <salvatore.orlando@eu.citrix.com>2011-01-12 14:37:03 +0000
committerSalvatore Orlando <salvatore.orlando@eu.citrix.com>2011-01-12 14:37:03 +0000
commitf3dba791b9f10fec759dce0fe4e2abc214e3fd61 (patch)
tree3da7a832d1e20d519e234a942bb9ae14a818b043 /nova/tests
parent32eac05776d18dcbde49aa022f149fd597907cbe (diff)
downloadnova-f3dba791b9f10fec759dce0fe4e2abc214e3fd61.tar.gz
nova-f3dba791b9f10fec759dce0fe4e2abc214e3fd61.tar.xz
nova-f3dba791b9f10fec759dce0fe4e2abc214e3fd61.zip
pep8 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 9add7e592..0c0fe5bc9 100644
--- a/nova/tests/xenapi/stubs.py
+++ b/nova/tests/xenapi/stubs.py
@@ -125,7 +125,7 @@ def stubout_get_this_vm_uuid(stubs):
def stubout_stream_disk(stubs):
- def f(_1,_2):
+ def f(_1, _2):
pass
stubs.Set(vm_utils, '_stream_disk', f)