X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Fchromite%2Fscripts%2Fcros_generate_sysroot.py;h=662dfc1d003082f6c0f53a9205d816529591ec11;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=ceece45b1ff753c9142ecee225faf8e451e3b3ba;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/chromite/scripts/cros_generate_sysroot.py b/src/third_party/chromite/scripts/cros_generate_sysroot.py index ceece45..662dfc1 100644 --- a/src/third_party/chromite/scripts/cros_generate_sysroot.py +++ b/src/third_party/chromite/scripts/cros_generate_sysroot.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # Copyright (c) 2012 The Chromium OS Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -8,6 +7,8 @@ Meant for use after setup_board and build_packages have been run. """ +from __future__ import print_function + import os from chromite.cbuildbot import constants