Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / chromite / lib / upgrade_table.py
index 2be28a9..d9efd13 100644 (file)
@@ -1,12 +1,14 @@
-#!/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.
 
 """UpgradeTable class is used in Portage package upgrade process."""
 
+from __future__ import print_function
+
 from chromite.lib import table
 
+
 class UpgradeTable(table.Table):
   """Class to represent upgrade data in memory, can be written to csv."""