Hi Izidor! Are the following changes for improved readability? + x, y = self.config[tid]["position"] + self.move(int(x), int(y))
+ x, y = self.config[tid]["size"] + self.window.resize(int(x), int(y)) The rest all looks good to me as long as we are sure that we have not assigned any string "true" instead of "True" -- https://code.launchpad.net/~izidor/gtg/eval-cleanup/+merge/136021 Your team Gtg developers is requested to review the proposed merge of lp:~izidor/gtg/eval-cleanup into lp:gtg. _______________________________________________ Mailing list: https://launchpad.net/~gtg Post to : [email protected] Unsubscribe : https://launchpad.net/~gtg More help : https://help.launchpad.net/ListHelp

