durusmail: quixote-users: Bug in 1.0b1 mod_python_handler.py
Bug in 1.0b1 mod_python_handler.py
2004-04-28
2004-04-28
Bug in 1.0b1 mod_python_handler.py
Eric Floehr
2004-04-28
Hello!

I just started using Quixote and love it!  I'd like to let you know about
a bug in mod_python_handler.py in 1.0b1.  On line 70, which currently
reads:

         config.read_file(self, configfile)

should read:

         config.read_file(configfile)

Regards,
Eric



reply