mirror of
https://github.com/python/cpython.git
synced 2024-11-29 00:56:12 +01:00
38b92eb56a
When printing missing modules, also print the module they were imported from.
3 lines
39 B
Python
3 lines
39 B
Python
print 'Hello world...'
|
|
import fooblurg
|