Hi Grig,
On Sun, Jun 12, 2005 at 01:10 +0200, holger krekel wrote:
> and then
>
> 'py.trace.debug': ('./misc/trace.py', 'debug'),
one little note. You cannot mix different levels of
namespace definition.
'py.log': ...,
and
'py.log.something': ...
i.e. one definition is not allowed to "shadow" another one.
cheers,
holger