summaryrefslogtreecommitdiffstats
path: root/clang/tools/clang-format/git-clang-format
diff options
context:
space:
mode:
Diffstat (limited to 'clang/tools/clang-format/git-clang-format')
-rwxr-xr-xclang/tools/clang-format/git-clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/clang-format/git-clang-format b/clang/tools/clang-format/git-clang-format
index 0b2103962a3..96e3b4e8a2c 100755
--- a/clang/tools/clang-format/git-clang-format
+++ b/clang/tools/clang-format/git-clang-format
@@ -23,7 +23,7 @@ git clang-format -h
Requires Python 2.7 or Python 3
"""
-from __future__ import print_function
+from __future__ import absolute_import, division, print_function
import argparse
import collections
import contextlib
OpenPOWER on IntegriCloud