Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- a/roundup/scripts/__init__.py Wed Feb 11 21:34:31 2004 +0000 +++ b/roundup/scripts/__init__.py Wed Feb 11 23:55:10 2004 +0000 @@ -15,10 +15,12 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: __init__.py,v 1.2 2002-09-10 01:07:05 richard Exp $ +# $Id: __init__.py,v 1.3 2004-02-11 23:55:10 richard Exp $ -__doc__ = ''' -Subpackage containing the modules that implement the command line tools. +'''Subpackage containing the modules that implement the command +line tools. + Note that these are imported by script stubs generated by "setup.py". ''' +__docformat__ = 'restructuredtext' # vim: set filetype=python ts=4 sw=4 et si
