Update of /cvsroot/mailman/mailman/Mailman
In directory usw-pr-cvs1:/tmp/cvs-serv15483/Mailman
Modified Files:
SecurityManager.py
Log Message:
SecurityManager.MakeCookie(): 'MMBadUserError' -> 'Errors.MMBadUserError'
Index: SecurityManager.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/SecurityManager.py,v
retrieving revision 2.7
retrieving revision 2.8
diff -C2 -r2.7 -r2.8
*** SecurityManager.py 2001/07/03 04:34:29 2.7
--- SecurityManager.py 2001/07/10 12:40:58 2.8
***************
*** 214,218 ****
key, secret = self.AuthContextInfo(authcontext, user)
if key is None or secret is None:
! raise MMBadUserError
# Timestamp
issued = int(time.time())
--- 214,218 ----
key, secret = self.AuthContextInfo(authcontext, user)
if key is None or secret is None:
! raise Errors.MMBadUserError
# Timestamp
issued = int(time.time())
_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-checkins