view roundup/cgi/__init__.py @ 6939:38dc223d90cc

flake8 fixes - also change signature of parse() removed num_re from parse. Variable is not used in method. Nothing seems to call parse with the num_re. Also remove flake8 warning about running compile when defining argument to method.
author John Rouillard <rouilj@ieee.org>
date Thu, 08 Sep 2022 14:38:59 -0400
parents fc52d57c6c3e
children
line wrap: on
line source

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

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