##// END OF EJS Templates
tests: update test-keyword to pass our import checker
Augie Fackler -
r33963:237d2502 default
parent child Browse files
Show More
@@ -1412,7 +1412,7 b' suppress expanding keywords at subsequen'
1412 $ mv $HGRCPATH.new $HGRCPATH
1412 $ mv $HGRCPATH.new $HGRCPATH
1413
1413
1414 >>> from __future__ import print_function
1414 >>> from __future__ import print_function
1415 >>> from hgclient import readchannel, runcommand, check
1415 >>> from hgclient import check, readchannel, runcommand
1416 >>> @check
1416 >>> @check
1417 ... def check(server):
1417 ... def check(server):
1418 ... # hello block
1418 ... # hello block
General Comments 0
You need to be logged in to leave comments. Login now