[Zope-CVS] CVS: Products/PluggableAuthService/plugins - InlineAuthHelper.py:1.3

Jens Vagelpohl jens at dataflake.org
Sun Oct 17 04:27:32 EDT 2004


Update of /cvs-repository/Products/PluggableAuthService/plugins
In directory cvs.zope.org:/tmp/cvs-serv12497/plugins

Modified Files:
	InlineAuthHelper.py 
Log Message:
- missing comma blew up Properties tab in ZMI


=== Products/PluggableAuthService/plugins/InlineAuthHelper.py 1.2 => 1.3 ===
--- Products/PluggableAuthService/plugins/InlineAuthHelper.py:1.2	Sat Oct 16 16:15:47 2004
+++ Products/PluggableAuthService/plugins/InlineAuthHelper.py	Sun Oct 17 04:27:32 2004
@@ -65,7 +65,7 @@
                     , 'label' : 'Title'
                     , 'type'  : 'string'
                     , 'mode'  : 'w'
-                    }
+                    },
                   )
 
     manage_options = ( BasePlugin.manage_options[:1]



More information about the Zope-CVS mailing list