Index: docs/conf.py =================================================================== --- docs/conf.py +++ docs/conf.py @@ -11,7 +11,6 @@ # All configuration values have a default; values that are commented out # serve to show the default. -from __future__ import print_function import datetime import sys import os Index: examples/functions.py =================================================================== --- examples/functions.py +++ examples/functions.py @@ -3,7 +3,6 @@ Simple example of a test generator which just produces data on some mathematical functions, keyed off of the current time. """ -from __future__ import print_function from lnt.testing import Machine, Run, TestSamples, Report import math import random Index: examples/run_to_csv.py =================================================================== --- examples/run_to_csv.py +++ examples/run_to_csv.py @@ -1,7 +1,5 @@ """Convert the JSON run file passed on stdin to a csv""" -from __future__ import print_function import json - import sys Index: lnt/external/stats/pstat.py =================================================================== --- lnt/external/stats/pstat.py +++ lnt/external/stats/pstat.py @@ -105,8 +105,6 @@ ## ## 11/08/98 ... fixed aput to output large arrays correctly -from __future__ import absolute_import -from __future__ import print_function import string, copy from types import * Index: lnt/external/stats/stats.py =================================================================== --- lnt/external/stats/stats.py +++ lnt/external/stats/stats.py @@ -222,9 +222,6 @@ ## changed name of skewness and askewness to skew and askew ## fixed (a)histogram (which sometimes counted points