Commit 089c2766 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

We live in the future now

For a given definition of "future" or "now".
parent 4fb3afa1
...@@ -7,8 +7,6 @@ ...@@ -7,8 +7,6 @@
# python witness.py # python witness.py
# dot -Tpng /tmp/_.dot > /tmp/_.png # dot -Tpng /tmp/_.dot > /tmp/_.png
from __future__ import print_function
d = dict() d = dict()
a = dict() a = dict()
......
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
# Process various varnishtest C files and output reStructuredText to be # Process various varnishtest C files and output reStructuredText to be
# included in vtc(7). # included in vtc(7).
from __future__ import print_function
import sys import sys
import re import re
......
...@@ -29,8 +29,6 @@ ...@@ -29,8 +29,6 @@
# #
# Generate vcs_version.h vmod_abi.h # Generate vcs_version.h vmod_abi.h
from __future__ import print_function
import subprocess import subprocess
import os import os
import sys import sys
......
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
# #
# Very basic style-checker for include/tbl files. # Very basic style-checker for include/tbl files.
from __future__ import print_function
import glob import glob
def check_file(fn): def check_file(fn):
......
...@@ -30,8 +30,6 @@ ...@@ -30,8 +30,6 @@
# Generate various .c and .h files for the VCL compiler and the interfaces # Generate various .c and .h files for the VCL compiler and the interfaces
# for it. # for it.
from __future__ import print_function
####################################################################### #######################################################################
# These are our tokens # These are our tokens
......
...@@ -34,9 +34,6 @@ Read the vmod.vcc file (inputvcc) and produce: ...@@ -34,9 +34,6 @@ Read the vmod.vcc file (inputvcc) and produce:
vmod_${name}.man.rst -- Extracted documentation (rst2man input) vmod_${name}.man.rst -- Extracted documentation (rst2man input)
""" """
# This script should work with both Python 2 and Python 3.
from __future__ import print_function
import os import os
import sys import sys
import re import re
......
...@@ -35,8 +35,6 @@ the same general syntax as a `.rst` file, but for now we process ...@@ -35,8 +35,6 @@ the same general syntax as a `.rst` file, but for now we process
it with this program to get a *real* `.rst` file. it with this program to get a *real* `.rst` file.
''' '''
from __future__ import print_function
import getopt import getopt
import json import json
import sys import sys
......
...@@ -48,8 +48,6 @@ Options: ...@@ -48,8 +48,6 @@ Options:
""" """
from __future__ import print_function
import os import os
import sys import sys
import getopt import getopt
......
#!/usr/bin/env python3 #!/usr/bin/env python3
from __future__ import print_function
import os import os
def check(fn): def check(fn):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment