view roundup/cgi/__init__.py @ 6561:01a5dd90286e

Remove unused report_stats I think it was supposed to be self.report_stats. But self.report_stats = False on initialization so the code wouldn't have done anything useful anyway.
author John Rouillard <rouilj@ieee.org>
date Mon, 13 Dec 2021 23:20:52 -0500
parents fc52d57c6c3e
children
line wrap: on
line source

''' CGI interface modules '''
__docformat__ = 'restructuredtext'

Roundup Issue Tracker: http://roundup-tracker.org/