Mercurial > hg
changeset 33966:e98dab3fafbc
tests: update test-logtoprocess to pass our import checker
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Tue, 22 Aug 2017 16:58:28 -0400 |
parents | 251bd3fddd9b |
children | 00658bb0dfd5 |
files | tests/test-logtoprocess.t |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-logtoprocess.t Tue Aug 22 16:58:22 2017 -0400 +++ b/tests/test-logtoprocess.t Tue Aug 22 16:58:28 2017 -0400 @@ -8,8 +8,8 @@ $ hg init $ cat > $TESTTMP/foocommand.py << EOF + > from __future__ import absolute_import > from mercurial import registrar - > from time import sleep > cmdtable = {} > command = registrar.command(cmdtable) > @command(b'foo', [])