RefactoringRope/RefactoringServer.py

branch
server_client_variant
changeset 192
20950ed6b384
parent 191
2af42804bca2
child 194
5c297b473425
diff -r 2af42804bca2 -r 20950ed6b384 RefactoringRope/RefactoringServer.py
--- a/RefactoringRope/RefactoringServer.py	Sun Sep 24 17:10:48 2017 +0200
+++ b/RefactoringRope/RefactoringServer.py	Sun Sep 24 19:27:30 2017 +0200
@@ -25,8 +25,8 @@
 from E5Gui import E5MessageBox
 from E5Gui.E5Action import E5Action
 
-from .JsonServer import JsonServer
-from .RopeProgressDialog import RopeProgressDialog
+from JsonServer import JsonServer
+from RopeProgressDialog import RopeProgressDialog
 
 import Utilities
 import Preferences
@@ -43,9 +43,11 @@
         Constructor
         
         @param plugin reference to the plugin object
-        @param parent parent (QObject)
+        @type RefactoringRopePlugin
+        @param parent parent
+        @type QObject
         """
-        super(RefactoringServer, self).__init__(parent)
+        super(RefactoringServer, self).__init__(parent=parent)
         
         self.__plugin = plugin
         self.__ui = parent

eric ide

mercurial