X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=roundup%2Fscripts%2F__init__.py;h=f791def7ebcba8617e484b86b902045fa465eb8b;hb=ff677ed66de18aaebc68eaff82fb04ee6d6e49c6;hp=a64069f211be454dbcb205d068ba8e5cba47f582;hpb=ca465310b238213b8c5c59e3d97162a4bbb11717;p=roundup.git diff --git a/roundup/scripts/__init__.py b/roundup/scripts/__init__.py index a64069f..f791def 100644 --- a/roundup/scripts/__init__.py +++ b/roundup/scripts/__init__.py @@ -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 $ + +'''Subpackage containing the modules that implement the command +line tools. -__doc__ = ''' -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