tests/test-check-help.t
changeset 40091 c36846abbcd3
parent 39707 5abc47d4ca6b
child 41000 b6c610bf567e
--- a/tests/test-check-help.t	Mon Oct 08 11:50:25 2018 -0400
+++ b/tests/test-check-help.t	Thu Aug 23 12:20:41 2018 +0900
@@ -7,7 +7,8 @@
   > import re
   > import sys
   > if sys.platform == "win32":
-  >     import os, msvcrt
+  >     import msvcrt
+  >     import os
   >     msvcrt.setmode(sys.stdout.fileno(), os.O_BINARY)
   > topics = set()
   > topicre = re.compile(br':hg:`help ([a-z0-9\-.]+)`')