pep8 fixes

This commit is contained in:
Salvatore Orlando
2011-01-12 14:37:03 +00:00
parent e5df96f022
commit 0285cce3e0

View File

@@ -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)