mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
optimization
This commit is contained in:
parent
b6da50d20f
commit
c12be2eaed
1 changed files with 1 additions and 1 deletions
|
@ -1118,7 +1118,7 @@ class Game(object):
|
|||
if self.preview:
|
||||
return
|
||||
tb, sb = self.app.toolbar, self.app.statusbar
|
||||
for k, v in kw.items():
|
||||
for k, v in six.iteritems(kw):
|
||||
_updateStatus_process_key_val(tb, sb, k, v)
|
||||
|
||||
def _unmapHandler(self, event):
|
||||
|
|
Loading…
Add table
Reference in a new issue