Wiking branch, master, updated. 8dcce6e83814ddc66eb66183e1de4a73188cac67
Tomas Cerha
cerha at devel.brailcom.org
Mon Jun 13 20:48:58 CEST 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Wiking".
The branch, master has been updated
via 8dcce6e83814ddc66eb66183e1de4a73188cac67 (commit)
from 6186d3e14c4bb03a9b40e0c9fff28dca855472a9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8dcce6e83814ddc66eb66183e1de4a73188cac67
Author: Tomas Cerha <cerha at brailcom.org>
Date: Mon Jun 13 19:07:40 2011 +0200
Fix typo `format_http_string' -> `format_http_date'
-----------------------------------------------------------------------
Summary of changes:
lib/wiking/util.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/wiking/util.py b/lib/wiking/util.py
index cd966cb..7e796f0 100644
--- a/lib/wiking/util.py
+++ b/lib/wiking/util.py
@@ -1068,7 +1068,7 @@ class RssWriter(object):
def item(self, link, title, guid=None, description=None, pubdate=None, author=None):
"""Call repeatedly to write a single channel item."""
if pubdate:
- pubdate = format_http_string(pubdate)
+ pubdate = format_http_date(pubdate)
self._stream.write('<item>\n')
self._write_tag('title', title or '')
self._write_tag('guid', guid or link or '', escape=False)
hooks/post-receive
--
Wiking
More information about the Wiking-cvs
mailing list