Tools/TRSingleApplication.py

changeset 945
8cd4d08fa9f6
parent 896
f855351d5e98
child 1509
c0b5e693b0eb
--- a/Tools/TRSingleApplication.py	Fri Mar 11 08:55:14 2011 +0100
+++ b/Tools/TRSingleApplication.py	Fri Mar 11 16:51:57 2011 +0100
@@ -20,12 +20,13 @@
 SAFile = "eric5_trpreviewer"
 
 # define the protocol tokens
-SALoadForm =        '>LoadForm<'
+SALoadForm = '>LoadForm<'
 SALoadTranslation = '>LoadTranslation<'
 
+
 class TRSingleApplicationServer(SingleApplicationServer):
     """
-    Class implementing the single application server embedded within the 
+    Class implementing the single application server embedded within the
     Translations Previewer.
     
     @signal loadForm(str) emitted to load a form file
@@ -79,6 +80,7 @@
             self.loadTranslation.emit(fname, first)
             first = False
 
+
 class TRSingleApplicationClient(SingleApplicationClient):
     """
     Class implementing the single application client of the Translations Previewer.

eric ide

mercurial