--- a/Tools/TRSingleApplication.py Thu Jul 29 08:50:45 2010 +0200 +++ b/Tools/TRSingleApplication.py Thu Jul 29 11:02:09 2010 +0200 @@ -108,9 +108,9 @@ elif ext == '.qm': qmFiles.append(arg) - cmd = "%s%s\n" % (SALoadForm, str(uiFiles)) + cmd = "{0}{1}\n".format(SALoadForm, str(uiFiles)) self.sendCommand(cmd) - cmd = "%s%s\n" % (SALoadTranslation, str(qmFiles)) + cmd = "{0}{1}\n".format(SALoadTranslation, str(qmFiles)) self.sendCommand(cmd) - self.disconnect() \ No newline at end of file + self.disconnect()