Helpviewer/Network/FtpAccessHandler.py

changeset 3002
6ffc581f00f1
parent 2403
e3d7a861547c
child 3057
10516539f238
child 3160
209a07d7e401
--- a/Helpviewer/Network/FtpAccessHandler.py	Wed Oct 09 19:47:41 2013 +0200
+++ b/Helpviewer/Network/FtpAccessHandler.py	Thu Oct 10 18:35:45 2013 +0200
@@ -31,7 +31,8 @@
         """
         Protected method to create a request.
         
-        @param op the operation to be performed (QNetworkAccessManager.Operation)
+        @param op the operation to be performed
+            (QNetworkAccessManager.Operation)
         @param request reference to the request object (QNetworkRequest)
         @param outgoingData reference to an IODevice containing data to be sent
             (QIODevice)
@@ -48,8 +49,9 @@
         Public method to add or change an authenticator in our cache.
         
         @param realm name of the realm the authenticator belongs to (string)
-        @param authenticator authenticator to add to the cache (QAuthenticator).
-            If it is None, the entry will be deleted from the cache.
+        @param authenticator authenticator to add to the cache
+            (QAuthenticator). If it is None, the entry will be deleted from
+            the cache.
         """
         if realm:
             if authenticator:

eric ide

mercurial