summaryrefslogtreecommitdiff
path: root/hacking/fix_test_syntax.py
diff options
context:
space:
mode:
Diffstat (limited to 'hacking/fix_test_syntax.py')
-rwxr-xr-xhacking/fix_test_syntax.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/hacking/fix_test_syntax.py b/hacking/fix_test_syntax.py
index 4ac990bd01..7178033406 100755
--- a/hacking/fix_test_syntax.py
+++ b/hacking/fix_test_syntax.py
@@ -31,6 +31,9 @@
# Which should be converted to:
# var|string is search('foo')
+from __future__ import (absolute_import, division, print_function)
+__metaclass__ = type
+
import argparse
import os
import re