diff tests/test-module-imports.t @ 25989:2cc4e8385661

ui: use absolute_import And we have no more ambiguous mixed imports \o/
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 08 Aug 2015 18:25:41 -0700
parents 7eb357b5f774
children 4b56214ebb7a
line wrap: on
line diff
--- a/tests/test-module-imports.t	Sat Aug 08 20:13:11 2015 -0700
+++ b/tests/test-module-imports.t	Sat Aug 08 18:25:41 2015 -0700
@@ -112,8 +112,5 @@
 these may expose other cycles.
 
   $ hg locate 'mercurial/**.py' 'hgext/**.py' | sed 's-\\-/-g' | python "$import_checker" -
-  mercurial/ui.py mixed imports
-     stdlib:    formatter
-     relative:  config, error, progress, scmutil, util
   Import cycle: hgext.largefiles.basestore -> hgext.largefiles.localstore -> hgext.largefiles.basestore
   [1]