Mercurial > p > roundup > code
comparison roundup/__init__.py @ 1090:9b910e8d987d
removed Log
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 10 Sep 2002 00:19:55 +0000 |
| parents | 5a5cea3a432c |
| children | c25e67b0a82d |
comparison
equal
deleted
inserted
replaced
| 1089:43ab730ee194 | 1090:9b910e8d987d |
|---|---|
| 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.9 2002-06-24 01:09:33 richard Exp $ | 18 # $Id: __init__.py,v 1.10 2002-09-10 00:18:20 richard Exp $ |
| 19 | 19 |
| 20 __doc__ = ''' | 20 __doc__ = ''' |
| 21 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 |
| 22 command-line, web and e-mail interfaces. | 22 command-line, web and e-mail interfaces. |
| 23 | 23 |
| 65 much prettier cake :) | 65 much prettier cake :) |
| 66 ''' | 66 ''' |
| 67 | 67 |
| 68 __version__ = '0.4.2' | 68 __version__ = '0.4.2' |
| 69 | 69 |
| 70 # | |
| 71 # $Log: not supported by cvs2svn $ | |
| 72 # Revision 1.8 2002/06/21 00:24:53 richard | |
| 73 # *baff* richard. | |
| 74 # | |
| 75 # Revision 1.7 2002/06/17 23:14:44 richard | |
| 76 # . #569415 ] {version} | |
| 77 # | |
| 78 # Revision 1.6 2001/08/07 00:24:42 richard | |
| 79 # stupid typo | |
| 80 # | |
| 81 # Revision 1.5 2001/08/07 00:15:51 richard | |
| 82 # Added the copyright/license notice to (nearly) all files at request of | |
| 83 # Bizar Software. | |
| 84 # | |
| 85 # Revision 1.4 2001/07/29 07:01:39 richard | |
| 86 # Added vim command to all source so that we don't get no steenkin' tabs :) | |
| 87 # | |
| 88 # Revision 1.3 2001/07/28 01:39:02 richard | |
| 89 # Added some documentation to the roundup package. | |
| 90 # | |
| 91 # Revision 1.2 2001/07/22 12:09:32 richard | |
| 92 # Final commit of Grande Splite | |
| 93 # | |
| 94 # | |
| 95 # vim: set filetype=python ts=4 sw=4 et si | 70 # vim: set filetype=python ts=4 sw=4 et si |
