diff options
Diffstat (limited to 'tools/releasetools/sparse_img.py')
-rw-r--r-- | tools/releasetools/sparse_img.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/releasetools/sparse_img.py b/tools/releasetools/sparse_img.py index 07f3c1c..10022d0 100644 --- a/tools/releasetools/sparse_img.py +++ b/tools/releasetools/sparse_img.py @@ -12,6 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +from __future__ import print_function + import bisect import os import struct |