Mercurial > libervia-backend
diff sat.tac @ 103:6be927a465ed
XMLUI refactoring, step 1
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 23 Jun 2010 00:23:26 +0800 |
parents | 94011f553cd0 |
children | d2630fba8dfd |
line wrap: on
line diff
--- a/sat.tac Tue Jun 22 13:58:53 2010 +0800 +++ b/sat.tac Wed Jun 23 00:23:26 2010 +0800 @@ -659,7 +659,7 @@ def actionResult(self, id, type, data): """Send the result of an action @param id: same id used with action - @param type: result type ("PARAM", "SUCCESS", "ERROR", "FORM") + @param type: result type ("PARAM", "SUCCESS", "ERROR", "XMLUI") @param data: dictionary """ self.bridge.actionResult(type, id, data)