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 @@
# python witness.py
# dot -Tpng /tmp/_.dot > /tmp/_.png
from __future__ import print_function
d = dict()
a = dict()
......
......@@ -29,7 +29,6 @@
# Process various varnishtest C files and output reStructuredText to be
# included in vtc(7).
from __future__ import print_function
import sys
import re
......
......@@ -29,8 +29,6 @@
#
# Generate vcs_version.h vmod_abi.h
from __future__ import print_function
import subprocess
import os
import sys
......
......@@ -2,8 +2,6 @@
#
# Very basic style-checker for include/tbl files.
from __future__ import print_function
import glob
def check_file(fn):
......
......@@ -30,8 +30,6 @@
# Generate various .c and .h files for the VCL compiler and the interfaces
# for it.
from __future__ import print_function
#######################################################################
# These are our tokens
......
......@@ -34,9 +34,6 @@ Read the vmod.vcc file (inputvcc) and produce:
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 sys
import re
......
......@@ -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.
'''
from __future__ import print_function
import getopt
import json
import sys
......
......@@ -48,8 +48,6 @@ Options:
"""
from __future__ import print_function
import os
import sys
import getopt
......
#!/usr/bin/env python3
from __future__ import print_function
import os
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