Mercurial > p > roundup > code
comparison roundup/scripts/__init__.py @ 2005:fc52d57c6c3e
documentation cleanup
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 11 Feb 2004 23:55:10 +0000 |
| parents | e5826025eeb7 |
| children | 6e3e4f24c753 |
comparison
equal
deleted
inserted
replaced
| 2004:1782fe36e7b8 | 2005:fc52d57c6c3e |
|---|---|
| 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.2 2002-09-10 01:07:05 richard Exp $ | 18 # $Id: __init__.py,v 1.3 2004-02-11 23:55:10 richard Exp $ |
| 19 | 19 |
| 20 __doc__ = ''' | 20 '''Subpackage containing the modules that implement the command |
| 21 Subpackage containing the modules that implement the command line tools. | 21 line tools. |
| 22 | |
| 22 Note that these are imported by script stubs generated by "setup.py". | 23 Note that these are imported by script stubs generated by "setup.py". |
| 23 ''' | 24 ''' |
| 25 __docformat__ = 'restructuredtext' | |
| 24 # vim: set filetype=python ts=4 sw=4 et si | 26 # vim: set filetype=python ts=4 sw=4 et si |
