This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tzot
Recipients
Date 2002-08-26.11:51:21
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Since imp module's find_module can't find submodules, 
we can use the __import__ builtin to get the path to the 
submodule, and then call the imp.find_module function.
History
Date User Action Args
2007-08-23 15:14:56adminlinkissue600152 messages
2007-08-23 15:14:56admincreate