mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Second Attempt to get these tests working on python 2.6.
This commit is contained in:
parent
f593255371
commit
95e5f867f9
@ -41,7 +41,7 @@ except (NameError, ImportError):
|
|||||||
error.output = output
|
error.output = output
|
||||||
raise error
|
raise error
|
||||||
return output
|
return output
|
||||||
subprocess.check_output
|
subprocess.check_output = check_output
|
||||||
|
|
||||||
|
|
||||||
from vagrant import Vagrant
|
from vagrant import Vagrant
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user