On Wed, Jul 30, 2014 at 5:43 PM, Steven D'Aprano <st...@pearwood.info> wrote:
> Is this problem already solved? Can anyone make any suggestions?

I don't know of an actual solution, but I know where I'd look for one,
and that's importlib. If nothing else, you can use
importlib.machinery.all_suffixes() rather than hard-coding them, for
instance.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to