[Zope-CVS]
SVN: PluggableAuthService/trunk/plugins/DelegatingMultiPlugin.py
Wrap long lines
Tres Seaver
tseaver at palladion.com
Wed Nov 16 13:00:56 EST 2005
Log message for revision 40165:
Wrap long lines
Changed:
U PluggableAuthService/trunk/plugins/DelegatingMultiPlugin.py
-=-
Modified: PluggableAuthService/trunk/plugins/DelegatingMultiPlugin.py
===================================================================
--- PluggableAuthService/trunk/plugins/DelegatingMultiPlugin.py 2005-11-16 17:55:09 UTC (rev 40164)
+++ PluggableAuthService/trunk/plugins/DelegatingMultiPlugin.py 2005-11-16 18:00:56 UTC (rev 40165)
@@ -63,7 +63,8 @@
class DelegatingMultiPlugin(Folder, BasePlugin):
- """ The adapter that mediates between the PAS and the DelegatingUserFolder """
+ """ The adapter that mediates between the PAS and the DelegatingUserFolder
+ """
security = ClassSecurityInfo()
meta_type = 'Delegating Multi Plugin'
More information about the Zope-CVS
mailing list