Mercurial > p > roundup > code
comparison roundup/__init__.py @ 127:0791d13baea7
Added vim command to all source so that we don't get no steenkin' tabs :)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 29 Jul 2001 07:01:39 +0000 |
| parents | 25216cb3ff79 |
| children | d45384bc6420 |
comparison
equal
deleted
inserted
replaced
| 126:d967c777da3e | 127:0791d13baea7 |
|---|---|
| 1 # $Id: __init__.py,v 1.3 2001-07-28 01:39:02 richard Exp $ | 1 # $Id: __init__.py,v 1.4 2001-07-29 07:01:39 richard Exp $ |
| 2 | 2 |
| 3 __doc__ = ''' | 3 __doc__ = ''' |
| 4 This is a simple-to-use and -install issue-tracking system with | 4 This is a simple-to-use and -install issue-tracking system with |
| 5 command-line, web and e-mail interfaces. | 5 command-line, web and e-mail interfaces. |
| 6 | 6 |
| 48 much prettier cake :) | 48 much prettier cake :) |
| 49 ''' | 49 ''' |
| 50 | 50 |
| 51 # | 51 # |
| 52 # $Log: not supported by cvs2svn $ | 52 # $Log: not supported by cvs2svn $ |
| 53 # Revision 1.3 2001/07/28 01:39:02 richard | |
| 54 # Added some documentation to the roundup package. | |
| 55 # | |
| 53 # Revision 1.2 2001/07/22 12:09:32 richard | 56 # Revision 1.2 2001/07/22 12:09:32 richard |
| 54 # Final commit of Grande Splite | 57 # Final commit of Grande Splite |
| 55 # | 58 # |
| 56 # | 59 # |
| 60 # vim: set filetype=python ts=4 sw=4 et si |
