--- a/Tools/TRSingleApplication.py Tue Oct 15 22:03:54 2013 +0200 +++ b/Tools/TRSingleApplication.py Fri Oct 18 23:00:41 2013 +0200 @@ -13,7 +13,8 @@ from PyQt4.QtCore import pyqtSignal -from Toolbox.SingleApplication import SingleApplicationClient, SingleApplicationServer +from Toolbox.SingleApplication import SingleApplicationClient, \ + SingleApplicationServer ########################################################################### # define some module global stuff @@ -75,7 +76,8 @@ """ Private method used to handle the "Load Translation" command. - @param fnames filenames of the translations to be loaded (list of strings) + @param fnames filenames of the translations to be loaded + (list of strings) """ first = True for fname in fnames: @@ -85,7 +87,8 @@ class TRSingleApplicationClient(SingleApplicationClient): """ - Class implementing the single application client of the Translations Previewer. + Class implementing the single application client of the Translations + Previewer. """ def __init__(self): """