Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / chromite / lib / parallel.py
index 028b1c2..1a55995 100644 (file)
@@ -4,6 +4,8 @@
 
 """Module for running cbuildbot stages in the background."""
 
+from __future__ import print_function
+
 import collections
 import contextlib
 import errno