diff options
Diffstat (limited to 'clang/utils/modfuzz.py')
-rw-r--r-- | clang/utils/modfuzz.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/utils/modfuzz.py b/clang/utils/modfuzz.py index 4dc25e84696..61ca3272aca 100644 --- a/clang/utils/modfuzz.py +++ b/clang/utils/modfuzz.py @@ -4,7 +4,7 @@ # 1) Update the 'decls' list below with your fuzzing configuration. # 2) Run with the clang binary as the command-line argument. -from __future__ import print_function +from __future__ import absolute_import, division, print_function import random import subprocess import sys |