Code

fix comment
[roundup.git] / roundup / scripts / __init__.py
index c0c85c8dab11f7d505437c0cb038cf2e85cb0d97..f791def7ebcba8617e484b86b902045fa465eb8b 100644 (file)
 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 # 
-# $Id: __init__.py,v 1.1 2002-01-29 20:07:15 jhermann 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