Skip to content

Commit

Permalink
No more dependency on COT.cli
Browse files Browse the repository at this point in the history
  • Loading branch information
glennmatthews committed Nov 10, 2014
1 parent 211a47b commit 5ab4076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_and_install_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def install_qemu_and_vmdktool():
try:
qemu_version = COT.helper_tools.get_qemu_img_version()
except HelperNotFoundError:
COT.cli.confirm_or_die("qemu-img not found. Try to install it?")
confirm_or_die("qemu-img not found. Try to install it?")
if PORT:
subprocess.check_call(['port', 'install', 'qemu'])
elif APT_GET:
Expand Down

0 comments on commit 5ab4076

Please sign in to comment.