mirror of https://github.com/apache/cloudstack.git
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
|
||||
raise error
|
||||
return output
|
||||
subprocess.check_output
|
||||
subprocess.check_output = check_output
|
||||
|
||||
|
||||
from vagrant import Vagrant
|
||||
|
|
|
|||
Loading…
Reference in New Issue