Mercurial > p > roundup > code
comparison roundup/__init__.py @ 2323:ffd14fa75bec maint-0.6 0.6.10
mysql backend wasn't locking tracker
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 17 May 2004 00:47:29 +0000 |
| parents | e481d576e8b4 |
| children | bb6dd84b4f77 |
comparison
equal
deleted
inserted
replaced
| 2222:e481d576e8b4 | 2323:ffd14fa75bec |
|---|---|
| 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.25.2.9 2004-04-18 06:38:22 richard Exp $ | 18 # $Id: __init__.py,v 1.25.2.10 2004-05-17 00:47:29 richard Exp $ |
| 19 | 19 |
| 20 ''' Roundup - issue tracking for knowledge workers. | 20 ''' Roundup - issue tracking for knowledge workers. |
| 21 | 21 |
| 22 This is a simple-to-use and -install issue-tracking system with | 22 This is a simple-to-use and -install issue-tracking system with |
| 23 command-line, web and e-mail interfaces. | 23 command-line, web and e-mail interfaces. |
| 65 For more information, see the original overview and specification documents | 65 For more information, see the original overview and specification documents |
| 66 written by Ka-Ping Yee in the "doc" directory. If nothing else, it has a | 66 written by Ka-Ping Yee in the "doc" directory. If nothing else, it has a |
| 67 much prettier cake :) | 67 much prettier cake :) |
| 68 ''' | 68 ''' |
| 69 | 69 |
| 70 __version__ = '0.6.9' | 70 __version__ = '0.6.10' |
| 71 | 71 |
| 72 # vim: set filetype=python ts=4 sw=4 et si | 72 # vim: set filetype=python ts=4 sw=4 et si |
