Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / chromite / lib / partial_mock.py
index 369e230..4dd11ac 100644 (file)
@@ -1,10 +1,11 @@
-#!/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.
 
 """Contains functionality used to implement a partial mock."""
 
+from __future__ import print_function
+
 import collections
 import logging
 import mock