Mercurial > public > mercurial-scm > hg-stable
diff tests/test-context.py @ 28735:5edde05ff58e
py3: use absolute_import in test-context.py
author | Robert Stanca <robert.stanca7@gmail.com> |
---|---|
date | Sun, 03 Apr 2016 06:20:17 +0300 |
parents | 01489fa0bbbe |
children | 706f4ab710c8 |
line wrap: on
line diff
--- a/tests/test-context.py Sun Apr 03 06:16:17 2016 +0300 +++ b/tests/test-context.py Sun Apr 03 06:20:17 2016 +0300 @@ -1,5 +1,11 @@ +from __future__ import absolute_import import os -from mercurial import hg, ui, context, encoding +from mercurial import ( + hg, + ui, + context, + encoding, +) u = ui.ui()