--- 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: