SIGN IN SIGN UP

SF #841977 - modulefinder fails to find extension modules in packages

The find_all_submodules() method in modulefinder only
looks for *.py, *.pyc, and *.pyo files.  Python
extension modules are only found if they are referenced
in import statements somewhere.

This patch uses the actual list from imp.get_suffixes().

Backported myself.
T
Thomas Heller committed
aaf1c8dc9e6a3c83b974ebea4b2e3929526689c3
Parent: 780c497