[or-cvs] r12850: Aw man. I missed an import logging (in bridgedb/trunk: . lib/bridgedb)

nickm at seul.org nickm at seul.org
Tue Dec 18 05:31:46 UTC 2007


Author: nickm
Date: 2007-12-18 00:31:45 -0500 (Tue, 18 Dec 2007)
New Revision: 12850

Modified:
   bridgedb/trunk/
   bridgedb/trunk/TODO
   bridgedb/trunk/lib/bridgedb/Server.py
Log:
 r17222 at catbus:  nickm | 2007-12-18 00:31:42 -0500
 Aw man. I missed an import logging



Property changes on: bridgedb/trunk
___________________________________________________________________
 svk:merge ticket from /bridgedb/trunk [r17222] on 8246c3cf-6607-4228-993b-4d95d33730f1

Modified: bridgedb/trunk/TODO
===================================================================
--- bridgedb/trunk/TODO	2007-12-18 03:34:02 UTC (rev 12849)
+++ bridgedb/trunk/TODO	2007-12-18 05:31:45 UTC (rev 12850)
@@ -1,7 +1,7 @@
 
 For dec:
 o write a README
-- proper logging
+o proper logging
 - check that incoming IP of email is sane.
 - check more email headers for sanity
 o Send back useful messages in response to requests.

Modified: bridgedb/trunk/lib/bridgedb/Server.py
===================================================================
--- bridgedb/trunk/lib/bridgedb/Server.py	2007-12-18 03:34:02 UTC (rev 12849)
+++ bridgedb/trunk/lib/bridgedb/Server.py	2007-12-18 05:31:45 UTC (rev 12850)
@@ -6,6 +6,7 @@
 import MimeWriter
 import rfc822
 import time
+import logging
 
 from zope.interface import implements
 



More information about the tor-commits mailing list