RefactoringRope/RefactoringClient.py

branch
server_client_variant
changeset 212
f05681349336
parent 204
b4bf79b956bc
child 216
47fb0119f0be
equal deleted inserted replaced
211:891b660bcbda 212:f05681349336
185 "RopeHelpFile": os.path.join( 185 "RopeHelpFile": os.path.join(
186 rope_path, "rope", "docs", "overview.txt"), 186 rope_path, "rope", "docs", "overview.txt"),
187 "RopeInfo": rope.INFO, 187 "RopeInfo": rope.INFO,
188 "RopeVersion": rope.VERSION, 188 "RopeVersion": rope.VERSION,
189 "RopeCopyright": rope.COPYRIGHT, 189 "RopeCopyright": rope.COPYRIGHT,
190 "PythonVersion": "Python{0}".format(sys.version_info[0]),
190 } 191 }
191 192
192 self.sendJson("Config", result) 193 self.sendJson("Config", result)
193 194
194 def __configChanged(self, params): 195 def __configChanged(self, params):

eric ide

mercurial