Utilities/BackgroundClient.py

changeset 3591
2f2a4a76dd22
parent 3540
b83fe0651bfd
child 3741
b65577e5c8c6
--- a/Utilities/BackgroundClient.py	Sat May 17 19:58:49 2014 +0200
+++ b/Utilities/BackgroundClient.py	Sun May 18 14:13:09 2014 +0200
@@ -43,7 +43,7 @@
 
     def __initClientService(self, fn, path, module):
         """
-        Import the given module and register it as service.
+        Private method to import the given module and register it as service.
         
         @param fn service name to register (str)
         @param path contains the path to the module (str)
@@ -91,7 +91,7 @@
     
     def run(self):
         """
-        Implement the main loop of the client.
+        Public method implementing the main loop of the client.
         """
         try:
             while True:

eric ide

mercurial