Submitter | Augie Fackler |
---|---|
Date | Aug. 28, 2017, 2:56 p.m. |
Message ID | <e02a9d1bc10171bfc47d.1503932160@augie-macbookpro2.roam.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/23421/ |
State | Accepted |
Headers | show |
Comments
Patch
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 <<EOF - > 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, '-')))