Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / chromite / cbuildbot / results_lib.py
index 5f2b2a3..850c9be 100644 (file)
@@ -4,6 +4,8 @@
 
 """Classes for collecting results of our BuildStages as they run."""
 
+from __future__ import print_function
+
 import collections
 import datetime
 import math