diff tests/test-rollback.t @ 36645:7bc33d677c0c

tests: fix various test-check-module-imports.t violations Somehow these are only caught when running the test under Python 3. Differential Revision: https://phab.mercurial-scm.org/D2580
author Augie Fackler <augie@google.com>
date Sat, 03 Mar 2018 09:35:59 -0500
parents fb9b8004e1b0
children f1186c292d03
line wrap: on
line diff
--- a/tests/test-rollback.t	Tue Feb 27 00:33:46 2018 +0530
+++ b/tests/test-rollback.t	Sat Mar 03 09:35:59 2018 -0500
@@ -220,8 +220,8 @@
   > import errno
   > from mercurial.i18n import _
   > from mercurial import (
+  >     error,
   >     registrar,
-  >     error,
   >     ui as uimod,
   > )
   >