* [EMAIL PROTECTED]:
> root\
>     system1\
>         __init__.py
>         utilities.py
>         main.py
>         other.py
...
>    I was wonderring ... what is the __init__.py used for ?
>    This question may seems to be stupid for an expert.

The __init__.py is needed for Python to recognize the system1 directory
as an importable module.

Lutz

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

Reply via email to