[PATCH 09 of 10] tests: update test-keyword to pass our import checker

Augie Fackler raf at durin42.com
Mon Aug 28 10:42:02 EDT 2017


# HG changeset patch
# User Augie Fackler <raf at durin42.com>
# 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


More information about the Mercurial-devel mailing list