diff tests/test-demandimport.py.out @ 32485:252d2260c74e

demandimport: look for 'mod' suffix as alternative name for module reference It's widely used in our codebase.
author Yuya Nishihara <yuya@tcha.org>
date Fri, 28 Apr 2017 23:46:16 +0900
parents 1914db1b7d9e
children 91a2ec8e7fa0
line wrap: on
line diff
--- a/tests/test-demandimport.py.out	Mon May 01 14:26:56 2017 +0900
+++ b/tests/test-demandimport.py.out	Fri Apr 28 23:46:16 2017 +0900
@@ -9,10 +9,12 @@
 hgweb_mod = <unloaded module 'hgweb_mod'>
 hgweb = <module 'mercurial.hgweb' from '?'>
 fred = <unloaded module 're'>
+remod = <unloaded module 're'>
 re = <unloaded module 'sys'>
 fred = <unloaded module 're'>
 fred.sub = <function sub at 0x?>
 fred = <proxied module 're'>
+remod = <module 're' from '?'>
 re = <unloaded module 'sys'>
 re.stderr = <open file '<whatever>', mode 'w' at 0x?>
 re = <proxied module 'sys'>