]> granicus.if.org Git - python/commit
Set the __file__ attribute of the imported module in both versions of
authorGuido van Rossum <guido@python.org>
Mon, 7 Oct 1996 23:41:54 +0000 (23:41 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 7 Oct 1996 23:41:54 +0000 (23:41 +0000)
commita97b8eef70b182691b2ad460117466505dd0cb4d
tree1d684a4a888e4c6af859f72e766a70c241c6bff3
parentccd8b19c99c353950c54d9818bb57c408df09a53
Set the __file__ attribute of the imported module in both versions of
load_module(), to mimick the behavior of imp more closely.
Lib/ihooks.py