Tools/TRSingleApplication.py

changeset 2997
7f0ef975da9e
parent 2302
f29e9405c851
child 3057
10516539f238
child 3160
209a07d7e401
diff -r c6f16f1b9958 -r 7f0ef975da9e Tools/TRSingleApplication.py
--- a/Tools/TRSingleApplication.py	Tue Oct 08 19:52:11 2013 +0200
+++ b/Tools/TRSingleApplication.py	Wed Oct 09 18:34:30 2013 +0200
@@ -11,7 +11,8 @@
 
 from PyQt4.QtCore import pyqtSignal
 
-from Toolbox.SingleApplication import SingleApplicationClient, SingleApplicationServer
+from Toolbox.SingleApplication import SingleApplicationClient, \
+    SingleApplicationServer
 
 ###########################################################################
 # define some module global stuff
@@ -73,7 +74,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:
@@ -83,7 +85,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):
         """

eric ide

mercurial