From 676fbe8105eeb6ff4bb2ed261cb212fcfdbe7b63 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sat, 19 Jan 2019 10:04:05 +0000 Subject: Vendor import of clang trunk r351319 (just before the release_80 branch point): https://llvm.org/svn/llvm-project/cfe/trunk@351319 --- utils/hmaptool/hmaptool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/hmaptool') diff --git a/utils/hmaptool/hmaptool b/utils/hmaptool/hmaptool index 2b1ca7436c3f..58baab2f7746 100755 --- a/utils/hmaptool/hmaptool +++ b/utils/hmaptool/hmaptool @@ -1,5 +1,5 @@ #!/usr/bin/env python -from __future__ import print_function +from __future__ import absolute_import, division, print_function import json import optparse -- cgit v1.3