Mercurial > p > roundup > code
diff roundup/scripts/__init__.py @ 1092:e5826025eeb7
more Log removal
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 10 Sep 2002 01:07:06 +0000 |
| parents | 2256f81293c1 |
| children | fc52d57c6c3e |
line wrap: on
line diff
--- a/roundup/scripts/__init__.py Tue Sep 10 00:45:46 2002 +0000 +++ b/roundup/scripts/__init__.py Tue Sep 10 01:07:06 2002 +0000 @@ -15,9 +15,10 @@ # 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.2 2002-09-10 01:07:05 richard Exp $ __doc__ = ''' Subpackage containing the modules that implement the command line tools. Note that these are imported by script stubs generated by "setup.py". ''' +# vim: set filetype=python ts=4 sw=4 et si
