Roundup Tracker - Issues

Message6288

Author gabi
Recipients gabi
Date 2018-10-18.16:40:44
Message-id <1539880844.7.0.788709270274.issue2551011@psf.upfronthosting.co.za>
In-reply-to
This is probably analogous to Issue2551010.

Calling
from roundup.cgi.wsgi_handler import RequestDispatcher
gives me the following traceback:

  File "<stdin>", line 1, in <module>
  File
"/usr/local/lib/python2.7/dist-packages/roundup/cgi/wsgi_handler.py",
line 16, in <module>
    DEFAULT_ERROR_MESSAGE = http_.server.DEFAULT_ERROR_MESSAGE
AttributeError: 'module' object has no attribute 'DEFAULT_ERROR_MESSAGE'

I resolved this with the attached patch.
History
Date User Action Args
2018-10-18 16:40:44gabisetrecipients: + gabi
2018-10-18 16:40:44gabisetmessageid: <1539880844.7.0.788709270274.issue2551011@psf.upfronthosting.co.za>
2018-10-18 16:40:44gabilinkissue2551011 messages
2018-10-18 16:40:44gabicreate