Mercurial > hg
changeset 33961:237d2502ee6e
tests: update test-keyword to pass our import checker
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Tue, 22 Aug 2017 15:51:47 -0400 |
parents | 4d40fd0283d8 |
children | 991134261057 |
files | tests/test-keyword.t |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-keyword.t Tue Aug 22 15:51:37 2017 -0400 +++ b/tests/test-keyword.t Tue Aug 22 15:51:47 2017 -0400 @@ -1412,7 +1412,7 @@ $ mv $HGRCPATH.new $HGRCPATH >>> from __future__ import print_function - >>> from hgclient import readchannel, runcommand, check + >>> from hgclient import check, readchannel, runcommand >>> @check ... def check(server): ... # hello block