Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / chromite / scripts / upload_package_status.py
index 7adb402..1ba614c 100644 (file)
@@ -1,10 +1,11 @@
-#!/usr/bin/python
 # Copyright (c) 2011 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.
 
 """Support uploading a csv file to a Google Docs spreadsheet."""
 
+from __future__ import print_function
+
 import optparse
 import os
 
@@ -210,6 +211,7 @@ def PrepareCreds(cred_file, token_file, email, password):
 
   return creds
 
+
 def main(argv):
   """Main function."""
   usage = 'Usage: %prog [options] csv_file'