Mercurial > p > roundup > code
diff roundup/token.py @ 1090:9b910e8d987d
removed Log
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 10 Sep 2002 00:19:55 +0000 |
| parents | a1a44636bace |
| children | fc52d57c6c3e |
line wrap: on
line diff
--- a/roundup/token.py Tue Sep 10 00:15:59 2002 +0000 +++ b/roundup/token.py Tue Sep 10 00:19:55 2002 +0000 @@ -8,7 +8,7 @@ # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # -# $Id: token.py,v 1.2 2002-01-02 02:31:38 richard Exp $ +# $Id: token.py,v 1.3 2002-09-10 00:18:20 richard Exp $ # __doc__ = """ @@ -111,12 +111,4 @@ pos = pos + 1 return l -# -# $Log: not supported by cvs2svn $ -# Revision 1.1 2001/12/31 05:09:20 richard -# Added better tokenising to roundup-admin - handles spaces and stuff. Can -# use quoting or backslashes. See the roundup.token pydoc. -# -# -# # vim: set filetype=python ts=4 sw=4 et si
