From patchwork Mon Aug 28 14:42:02 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [09,of,10] tests: update test-keyword to pass our import checker From: Augie Fackler X-Patchwork-Id: 23410 Message-Id: <352230d757644e16341a.1503931322@augie-macbookpro2.roam.corp.google.com> To: mercurial-devel@mercurial-scm.org Date: Mon, 28 Aug 2017 10:42:02 -0400 # HG changeset patch # User Augie Fackler # Date 1503431507 14400 # Tue Aug 22 15:51:47 2017 -0400 # Node ID 352230d757644e16341a6104268f4e608cf97490 # Parent 69f5d19e016bfcc438e45382b34d18eff4135f23 tests: update test-keyword to pass our import checker diff --git a/tests/test-keyword.t b/tests/test-keyword.t --- a/tests/test-keyword.t +++ b/tests/test-keyword.t @@ -1412,7 +1412,7 @@ suppress expanding keywords at subsequen $ 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