Code

fix comment
[roundup.git] / roundup / scripts / __init__.py
index a64069f211be454dbcb205d068ba8e5cba47f582..f791def7ebcba8617e484b86b902045fa465eb8b 100644 (file)
 # 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