Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / chromite / lib / upgrade_table_unittest.py
old mode 100644 (file)
new mode 100755 (executable)
index f959e26..076b93a
@@ -5,6 +5,8 @@
 
 """Unit tests for the upgrade_table module."""
 
+from __future__ import print_function
+
 import os
 import sys
 
@@ -14,6 +16,7 @@ sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.dirname(
 from chromite.lib import cros_test_lib
 from chromite.lib import upgrade_table as utable
 
+
 # pylint: disable=W0212,R0904
 class UpgradeTableTest(cros_test_lib.TestCase):
   """Unittests for UpgradeTable."""