[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r13070: ACtually set the cfg attribute (in bridgedb/trunk: . lib/bridgedb)
Author: nickm
Date: 2008-01-07 23:09:16 -0500 (Mon, 07 Jan 2008)
New Revision: 13070
Modified:
bridgedb/trunk/
bridgedb/trunk/lib/bridgedb/Server.py
Log:
r17518@catbus: nickm | 2008-01-07 23:09:11 -0500
ACtually set the cfg attribute
Property changes on: bridgedb/trunk
___________________________________________________________________
svk:merge ticket from /bridgedb/trunk [r17518] on 8246c3cf-6607-4228-993b-4d95d33730f1
Modified: bridgedb/trunk/lib/bridgedb/Server.py
===================================================================
--- bridgedb/trunk/lib/bridgedb/Server.py 2008-01-08 01:58:36 UTC (rev 13069)
+++ bridgedb/trunk/lib/bridgedb/Server.py 2008-01-08 04:09:16 UTC (rev 13070)
@@ -262,6 +262,8 @@
# The number of bridges to send for each email.
self.N = cfg.EMAIL_N_BRIDGES_PER_ANSWER
+ self.cfg = cfg
+
class MailMessage:
"""Plugs into the Twisted Mail and receives an incoming message.
Once the message is in, we reply or we don't. """