Mercurial > p > roundup > code
annotate 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 |
| rev | line source |
|---|---|
|
2005
fc52d57c6c3e
documentation cleanup
Richard Jones <richard@users.sourceforge.net>
parents:
1301
diff
changeset
|
1 ''' CGI interface modules ''' |
|
fc52d57c6c3e
documentation cleanup
Richard Jones <richard@users.sourceforge.net>
parents:
1301
diff
changeset
|
2 __docformat__ = 'restructuredtext' |
