summaryrefslogtreecommitdiffstats
path: root/clang/utils/check_cfc/check_cfc.py
diff options
context:
space:
mode:
Diffstat (limited to 'clang/utils/check_cfc/check_cfc.py')
-rwxr-xr-xclang/utils/check_cfc/check_cfc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/utils/check_cfc/check_cfc.py b/clang/utils/check_cfc/check_cfc.py
index aea9bdd6388..4ad88c8b751 100755
--- a/clang/utils/check_cfc/check_cfc.py
+++ b/clang/utils/check_cfc/check_cfc.py
@@ -47,7 +47,7 @@ To add a new check:
subclass.
"""
-from __future__ import print_function
+from __future__ import absolute_import, division, print_function
import imp
import os
OpenPOWER on IntegriCloud