[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/Five/browser/metaconfigure.py permission isn't a keyword argument in the super class
Hanno Schlichting
hannosch at hannosch.eu
Sat Jun 26 12:08:47 EDT 2010
Log message for revision 113899:
permission isn't a keyword argument in the super class
Changed:
U Zope/branches/2.12/src/Products/Five/browser/metaconfigure.py
-=-
Modified: Zope/branches/2.12/src/Products/Five/browser/metaconfigure.py
===================================================================
--- Zope/branches/2.12/src/Products/Five/browser/metaconfigure.py 2010-06-26 15:57:34 UTC (rev 113898)
+++ Zope/branches/2.12/src/Products/Five/browser/metaconfigure.py 2010-06-26 16:08:46 UTC (rev 113899)
@@ -211,7 +211,7 @@
(str(class_), _context.info), stacklevel=3)
super(view, self).__init__(
- _context, for_, permission=permission, name=name, layer=layer,
+ _context, for_, permission, name=name, layer=layer,
class_=class_, allowed_interface=allowed_interface,
allowed_attributes=allowed_attributes, menu=menu, title=title,
provides=provides)
More information about the Zope-Checkins
mailing list