Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / chromite / cros / tests / cros_vm_test.py
index 3fdbfd5..dfe1129 100755 (executable)
@@ -10,6 +10,8 @@ a VM. It starts a VM and runs `cros flash` to update the VM, and then
 `cros deploy` to install packages to the VM.
 """
 
+from __future__ import print_function
+
 import logging
 
 from chromite.lib import commandline