X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=roundup%2Ftoken.py;h=4ba510368ca0182dba166edb21bbc3cb907be635;hb=097777146eab114e06f815b3fd5251b0aba2e70e;hp=d90d8b65a82622f3cf2fa3605b738a9b91e2d5d2;hpb=aaf075600ba4813c7a74ef7fb55f5bdbfb2ad831;p=roundup.git diff --git a/roundup/token.py b/roundup/token.py index d90d8b6..4ba5103 100644 --- a/roundup/token.py +++ b/roundup/token.py @@ -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 @@ def token_split(s, whitespace=' \r\n\t', quotes='\'"', 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