RefactoringRope/RefactoringClient.py

branch
server_client_variant
changeset 212
f05681349336
parent 204
b4bf79b956bc
child 216
47fb0119f0be
--- a/RefactoringRope/RefactoringClient.py	Fri Oct 06 18:49:50 2017 +0200
+++ b/RefactoringRope/RefactoringClient.py	Sun Oct 08 17:54:29 2017 +0200
@@ -187,6 +187,7 @@
             "RopeInfo": rope.INFO,
             "RopeVersion": rope.VERSION,
             "RopeCopyright": rope.COPYRIGHT,
+            "PythonVersion": "Python{0}".format(sys.version_info[0]),
         }
         
         self.sendJson("Config", result)

eric ide

mercurial