author | sylvain.thenault@logilab.fr |
Fri, 30 Jan 2009 15:25:03 +0100 | |
changeset 526 | 498ff2e16fae |
parent 525 | bd4e03297cf0 |
child 527 | 6ceb0c3016df |
web/box.py | file | annotate | diff | comparison | revisions |
--- a/web/box.py Fri Jan 30 14:39:56 2009 +0100 +++ b/web/box.py Fri Jan 30 15:25:03 2009 +0100 @@ -158,8 +158,7 @@ condition = None def call(self, row=0, col=0, **kwargs): - """classes inheriting from EntityBoxTemplate should defined cell_call, - """ + """classes inheriting from EntityBoxTemplate should define cell_call""" self.cell_call(row, col, **kwargs)