fix a bug in service screen, add service_init

This commit is contained in:
lizhi-rocky
2010-08-25 11:56:45 +08:00
parent 07ead0ed3c
commit ed7054ed98
4 changed files with 33 additions and 23 deletions

View File

@@ -75,7 +75,6 @@ class Widget:
self.action = Action(node)
elif node.nodeName == 'binding':
seq = node.attributes["sequence"].value
print seq
self.bindings.append((seq, \
node.attributes["function"].value))