[Checkins] SVN: z3c.authentication/trunk/src/z3c/authentication/simple/browser/ Added missing message factory

Roger Ineichen roger at projekt01.ch
Mon Jan 22 03:35:51 EST 2007


Log message for revision 72170:
  Added missing message factory

Changed:
  U   z3c.authentication/trunk/src/z3c/authentication/simple/browser/add.py
  U   z3c.authentication/trunk/src/z3c/authentication/simple/browser/edit.py

-=-
Modified: z3c.authentication/trunk/src/z3c/authentication/simple/browser/add.py
===================================================================
--- z3c.authentication/trunk/src/z3c/authentication/simple/browser/add.py	2007-01-22 08:29:30 UTC (rev 72169)
+++ z3c.authentication/trunk/src/z3c/authentication/simple/browser/add.py	2007-01-22 08:35:51 UTC (rev 72170)
@@ -20,6 +20,7 @@
 import zope.schema
 from zope.formlib import form
 
+from z3c.i18n import MessageFactory as _
 from z3c.authentication.simple import interfaces
 from z3c.authentication.simple import group
 from z3c.authentication.simple import member

Modified: z3c.authentication/trunk/src/z3c/authentication/simple/browser/edit.py
===================================================================
--- z3c.authentication/trunk/src/z3c/authentication/simple/browser/edit.py	2007-01-22 08:29:30 UTC (rev 72169)
+++ z3c.authentication/trunk/src/z3c/authentication/simple/browser/edit.py	2007-01-22 08:35:51 UTC (rev 72170)
@@ -18,6 +18,7 @@
 
 from zope.formlib import form
 
+from z3c.i18n import MessageFactory as _
 from z3c.authentication.simple import interfaces
 
 



More information about the Checkins mailing list