X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=roundup%2Ftoken.py;h=4ba510368ca0182dba166edb21bbc3cb907be635;hb=0a7255f29f66dd5c5836ae786e02d15b8202fef5;hp=c51a8ab92e2a0060de6dcec1d705cc270de54474;hpb=8dd370cca99658a1aacf7c5baaa0078bbac9d446;p=roundup.git diff --git a/roundup/token.py b/roundup/token.py index c51a8ab..4ba5103 100644 --- a/roundup/token.py +++ b/roundup/token.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2001 Richard Jones. +# Copyright (c) 2001 Richard Jones, richard@bofh.asn.au. # This module is free software, and you may redistribute it and/or modify # under the same terms as Python, so long as this copyright message and # disclaimer are retained in their original form. @@ -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.1 2001-12-31 05:09:20 richard Exp $ +# $Id: token.py,v 1.3 2002-09-10 00:18:20 richard Exp $ # __doc__ = """ @@ -111,8 +111,4 @@ def token_split(s, whitespace=' \r\n\t', quotes='\'"', pos = pos + 1 return l -# -# $Log: not supported by cvs2svn $ -# -# # vim: set filetype=python ts=4 sw=4 et si