Mercurial > hg > mercurial-source
changeset 34742:dc95caa1ec0d
tests: update test-help to pass our import checker
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Tue, 22 Aug 2017 15:51:30 -0400 (2017-08-22) |
parents | 163b6b7f333c |
children | 4d40fd0283d8 |
files | tests/test-help.t |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-help.t +++ b/tests/test-help.t @@ -1516,8 +1516,8 @@ > > This paragraph is never omitted, too (for extension) > ''' - > - > from mercurial import help, commands + > from __future__ import absolute_import + > from mercurial import commands, help > testtopic = """This paragraph is never omitted (for topic). > > .. container:: verbose