Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / chromite / scripts / cros_generate_breakpad_symbols.py
index 68f04bc..322d6c1 100644 (file)
@@ -16,6 +16,8 @@ files are then stored in /build/$BOARD/usr/lib/debug/breakpad/.
 If you want to actually upload things, see upload_symbols.py.
 """
 
+from __future__ import print_function
+
 import collections
 import ctypes
 import logging