[...]
>
> Greg,
>
> Would it be better to do:
>
> class ModPythonPublisher(Publisher):
>
> def __init__(self, req):
> Publisher.__init__(self):
> self.setup_logs()
>
woops, I think I meant:
class ModPythonPublisher(Publisher):
def __init__(self, root_namespace, config=None):
Publisher.__init__(self, root_namespace, config)
self.setup_logs()
Ray
CONFIDENTIALITY - The information in this e-mail and any attachment is
confidential and is intended only for the named recipient(s). The E-mail
may not be disclosed or used by any person other than the addressee, nor may
it be copied in any way. If you are not a named recipient please notify the
sender immediately and delete any copies of this message.