--- a/RefactoringRope/RefactoringServer.py Wed Sep 27 19:30:16 2017 +0200 +++ b/RefactoringRope/RefactoringServer.py Wed Sep 27 19:50:44 2017 +0200 @@ -16,6 +16,7 @@ import os import sys +# TODO: eliminate this sys.path.insert(0, os.path.dirname(__file__)) from PyQt5.QtCore import pyqtSlot @@ -2179,9 +2180,6 @@ """ Public method to handle a method call from the client. - Note: This is an empty implementation that must be overridden in - derived classes. - @param method requested method name @type str @param params dictionary with method specific parameters