diff --git a/tests/test-pager.t b/tests/test-pager.t --- a/tests/test-pager.t +++ b/tests/test-pager.t @@ -342,7 +342,9 @@ Put annotate in the ignore list for page Environment variables like LESS and LV are set automatically: $ cat > $TESTTMP/printlesslv.py < import os, sys + > from __future__ import absolute_import + > import os + > import sys > sys.stdin.read() > for name in ['LESS', 'LV']: > sys.stdout.write(('%s=%s\n') % (name, os.environ.get(name, '-')))