MultiAdapter example in grokcore.component can not work
Bug #556383 reported by
Wichert Akkerman
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
grok |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
grokcore.component has this example:
class HelloWorldProvi
"""Display Hello World!"""
grokcore.
grokcore.
def update(self):
pass
def render(self):
return u'<p>Hello World!</p>'
This code can never work, since unlike grokcore.
TypeError: 'object.__new__() takes no parameters'
Changed in grok: | |
status: | New → Fix Committed |
To post a comment you must log in.