Mercurial > public > mercurial-scm > hg-stable
diff tests/printenv.py @ 28944:036787c10b16
py3: use absolute_import in printenv.py
author | Robert Stanca <robert.stanca7@gmail.com> |
---|---|
date | Sat, 16 Apr 2016 05:32:10 +0300 |
parents | a372f7b4463b |
children | 84a6e39bc723 |
line wrap: on
line diff
--- a/tests/printenv.py Sat Apr 16 05:30:32 2016 +0300 +++ b/tests/printenv.py Sat Apr 16 05:32:10 2016 +0300 @@ -12,6 +12,7 @@ # - [output] is the name of the output file (default: use sys.stdout) # the file will be opened in append mode. # +from __future__ import absolute_import import os import sys