On Nov 5, 2:14 pm, Stef Mientki <[EMAIL PROTECTED]> wrote:

> Now I want to be able to use functions of file2 in file1,
> and vice-versa.

It sounds like __all__ in __init__.py would work:
http://www.python.org/doc/2.5.2/tut/node8.html#SECTION008400000000000000000

If not, then pkgutil might of use?
http://docs.python.org/library/pkgutil.html


--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to