On Jun 16, 7:25 am, John Nagle <na...@animats.com> wrote:

>     OK, working on this.  I can make a module make itself into a
> fake class, but can't yet do it to other modules from outside.
>
>                                         John Nagle


I think you can with something like

import module
sys.modules[module.__name__] = FakeModule(vars(module))
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to