Tools/TRSingleApplication.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2997
7f0ef975da9e
child 3145
a9de05d4a22f
--- 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):
         """

eric ide

mercurial