summaryrefslogtreecommitdiff
path: root/tests/test-demandimport.py.out
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-demandimport.py.out')
-rw-r--r--tests/test-demandimport.py.out15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/test-demandimport.py.out b/tests/test-demandimport.py.out
new file mode 100644
index 0000000..c024e5d
--- /dev/null
+++ b/tests/test-demandimport.py.out
@@ -0,0 +1,15 @@
+os = <unloaded module 'os'>
+os.system = <built-in function system>
+os = <module 'os' from '?'>
+util = <unloaded module 'util'>
+util.system = <function system at 0x?>
+util = <module 'mercurial.util' from '?'>
+util.system = <function system at 0x?>
+fred = <unloaded module 're'>
+re = <unloaded module 'sys'>
+fred = <unloaded module 're'>
+fred.sub = <function sub at 0x?>
+fred = <proxied module 're'>
+re = <unloaded module 'sys'>
+re.stderr = <open file '<whatever>', mode 'w' at 0x?>
+re = <proxied module 'sys'>