commit | 38b92eb56a43cc9d67425de93b1bc4a80897f3e6 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Dec 15 15:35:23 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Dec 15 15:35:23 1998 +0000 |
tree | 0b91f5ba4e3aad3b06d9b4530152ed4eab49ed7b | |
parent | 9c1696cff55375744281580438fe29d44de04397 [diff] [blame] |
Sjoerd Mullender: When printing missing modules, also print the module they were imported from.
diff --git a/Tools/freeze/hello.py b/Tools/freeze/hello.py index f978acc..31d8445 100644 --- a/Tools/freeze/hello.py +++ b/Tools/freeze/hello.py
@@ -1 +1,2 @@ print 'Hello world...' +import fooblurg