Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / chromite / scripts / upload_package_status_unittest.py
old mode 100644 (file)
new mode 100755 (executable)
index 336a33f..4049d47
@@ -1,13 +1,13 @@
 #!/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.
 
 """Unit tests for cros_portage_upgrade.py."""
 
-import exceptions
+from __future__ import print_function
 
+import exceptions
 import mox
 
 from chromite.lib import cros_test_lib