diff options
author | Guido van Rossum <guido@python.org> | 1998-12-15 15:35:23 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-12-15 15:35:23 (GMT) |
commit | 38b92eb56a43cc9d67425de93b1bc4a80897f3e6 (patch) | |
tree | 0b91f5ba4e3aad3b06d9b4530152ed4eab49ed7b /Tools/freeze/hello.py | |
parent | 9c1696cff55375744281580438fe29d44de04397 (diff) | |
download | cpython-38b92eb56a43cc9d67425de93b1bc4a80897f3e6.zip cpython-38b92eb56a43cc9d67425de93b1bc4a80897f3e6.tar.gz cpython-38b92eb56a43cc9d67425de93b1bc4a80897f3e6.tar.bz2 |
Sjoerd Mullender:
When printing missing modules, also print the module they were
imported from.
Diffstat (limited to 'Tools/freeze/hello.py')
-rw-r--r-- | Tools/freeze/hello.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |