RefactoringRope/RefactoringServer.py

branch
server_client_variant
changeset 202
a111134b5dc7
parent 200
1584892147ef
child 203
c38750e1bafd
--- 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

eric ide

mercurial