Wiking branch, master, updated. fed08a4cdb85190d8d1edac5ba1d3fcf0bb81445

Tomas Cerha cerha at devel.brailcom.org
Tue Jun 14 15:02:39 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  fed08a4cdb85190d8d1edac5ba1d3fcf0bb81445 (commit)
      from  8dcce6e83814ddc66eb66183e1de4a73188cac67 (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 fed08a4cdb85190d8d1edac5ba1d3fcf0bb81445
Author: Tomas Cerha <cerha at brailcom.org>
Date:   Tue Jun 14 14:58:33 2011 +0200

    Add missing import of format_http_date to request.py

-----------------------------------------------------------------------

Summary of changes:
 lib/wiking/request.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/wiking/request.py b/lib/wiking/request.py
index 44d782f..219afe2 100644
--- a/lib/wiking/request.py
+++ b/lib/wiking/request.py
@@ -17,7 +17,7 @@
 
 import os, string, Cookie, re, urllib, datetime, httplib
 import wiking, lcg, pytis
-from wiking import log, OPR
+from wiking import log, OPR, format_http_date
 
 _ = lcg.TranslatableTextFactory('wiking')
 


hooks/post-receive
-- 
Wiking



More information about the Wiking-cvs mailing list