Mercurial > p > roundup > code
diff roundup/cgi/templating.py @ 2154:9f6e6bc40a08
fixes and release announcement
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sat, 27 Mar 2004 03:57:07 +0000 |
| parents | 702f9a6afdcf |
| children | e976fa0640b3 |
line wrap: on
line diff
--- a/roundup/cgi/templating.py Sat Mar 27 00:12:11 2004 +0000 +++ b/roundup/cgi/templating.py Sat Mar 27 03:57:07 2004 +0000 @@ -1510,7 +1510,6 @@ ''' Support the "in" operator. We have to make sure the passed-in value is a string first, not a HTMLProperty. ''' - print (self, value, self._value) return str(value) in self._value def reverse(self):
