author | Edouard Tisserant |
Thu, 05 Jul 2018 13:45:24 +0200 | |
branch | nevow_service_rework |
changeset 2214 | b9cdbcc992d5 |
parent 2213 | 73b7034693b9 |
child 2215 | f808ec7dc10e |
--- a/runtime/NevowServer.py Thu Jul 05 13:44:54 2018 +0200 +++ b/runtime/NevowServer.py Thu Jul 05 13:45:24 2018 +0200 @@ -144,7 +144,7 @@ annotate.Argument(name, fieldtype) for fieldname,fieldtype in fields], label = desc), - action = btnlabel)) + action = btnlabel) setattr(self, 'bind_'+name, _bind) setattr(self, 'action_'+name, callback)