comparison roundup/__init__.py @ 4570:6e3e4f24c753

Remove keyword expansions from CVS. All regression tests passed afterwards.
author Eric S. Raymond <esr@thyrsus.com>
date Wed, 16 Nov 2011 09:51:38 -0500
parents ce6e868187de
children 59de7ad827e2
comparison
equal deleted inserted replaced
4569:0470a2aa2c95 4570:6e3e4f24c753
13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" 14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS"
15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, 15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
17 # 17 #
18 # $Id: __init__.py,v 1.54 2008-09-01 01:58:32 richard Exp $
19 18
20 '''Roundup - issue tracking for knowledge workers. 19 '''Roundup - issue tracking for knowledge workers.
21 20
22 This is a simple-to-use and -install issue-tracking system with 21 This is a simple-to-use and -install issue-tracking system with
23 command-line, web and e-mail interfaces. 22 command-line, web and e-mail interfaces.

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