[Checkins] SVN: Products.CMFCore/trunk/Products/CMFCore/CookieCrumbler.py id attribute moved to the top of the class to be separate from the settable properties.

Charlie Clark charlie at begeistert.org
Tue Apr 20 10:57:53 EDT 2010


Log message for revision 111174:
  id attribute moved to the top of the class to be separate from the settable properties.

Changed:
  U   Products.CMFCore/trunk/Products/CMFCore/CookieCrumbler.py

-=-
Modified: Products.CMFCore/trunk/Products/CMFCore/CookieCrumbler.py
===================================================================
--- Products.CMFCore/trunk/Products/CMFCore/CookieCrumbler.py	2010-04-20 12:47:37 UTC (rev 111173)
+++ Products.CMFCore/trunk/Products/CMFCore/CookieCrumbler.py	2010-04-20 14:57:52 UTC (rev 111174)
@@ -59,6 +59,7 @@
     """
 
     implements(ICookieCrumbler)
+    id = 'cookie_authentication'
     
     manage_options=(PropertyManager.manage_options
                    + SimpleItem.manage_options
@@ -109,7 +110,6 @@
     auto_login_page = 'login_form'
     unauth_page = ''
     logout_page = 'logged_out'
-    id = 'cookie_authentication'
 
     security.declarePrivate('delRequestVar')
     def delRequestVar(self, req, name):



More information about the checkins mailing list