modules and generated code

Peter Otten __peter__ at web.de
Tue Nov 14 09:48:05 EST 2006


Nigel Rantor wrote:

> So, if I have a tool that generates python code for me (in my case,
> CORBA stubs/skels) in a particular package is there a way of placing my
> own code under the same package hierarchy without all the code living in
> the same directory structure.

http://docs.python.org/lib/module-pkgutil.html

Peter 




More information about the Python-list mailing list