On Aug 23, 2:58 pm, Frank Aune <[EMAIL PROTECTED]> wrote:
> Hi,
>
> First take a look at:
>
> http://www.network-theory.co.uk/docs/pytut/Packages.html
>
> as I will use this module file layout as an example.
>
> If I want to do the following:
>
> from Sound import Effects
> ...
> Effects.echo.echof
Hi,
First take a look at:
http://www.network-theory.co.uk/docs/pytut/Packages.html
as I will use this module file layout as an example.
If I want to do the following:
from Sound import Effects
...
Effects.echo.echofilte(bla bla)
What will Sound/Effects/__init__.py need to contain then? I trie