annotate roundup/cgi/__init__.py @ 8296:4d3b371ed543

fix: issue1895197 - translated help texts in admin.py not displayed correctly. Adjust the technique used to remove the translated "Usage:" prefix from the printed line. Support Chinese (zh) as well. Add coding marker so I don't have to modify the tests to skip the ones that touch the dmin module.
author John Rouillard <rouilj@ieee.org>
date Mon, 20 Jan 2025 15:21:56 -0500
parents fc52d57c6c3e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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'

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