--- a/RefactoringRope/RefactoringServer.py Tue Sep 26 18:47:50 2017 +0200 +++ b/RefactoringRope/RefactoringServer.py Tue Sep 26 19:05:18 2017 +0200 @@ -48,7 +48,8 @@ @param parent parent @type QObject """ - super(RefactoringServer, self).__init__(parent=parent) + super(RefactoringServer, self).__init__( + "RefactoringServer", parent=parent) self.__plugin = plugin self.__ui = parent