view roundup/cgi/__init__.py @ 7023:ae6fa7b32e2d

flake8: E711 comparison to None should be 'if cond is not None:'
author John Rouillard <rouilj@ieee.org>
date Sun, 09 Oct 2022 17:40:14 -0400
parents fc52d57c6c3e
children
line wrap: on
line source

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

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