File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33import socketserver
44import threading
55
6- from jsonrpc .dispatchers import MethodDispatcher
7- from jsonrpc .endpoint import Endpoint
8- from jsonrpc .streams import JsonRpcStreamReader , JsonRpcStreamWriter
6+ from pyls_jsonrpc .dispatchers import MethodDispatcher
7+ from pyls_jsonrpc .endpoint import Endpoint
8+ from pyls_jsonrpc .streams import JsonRpcStreamReader , JsonRpcStreamWriter
99
1010from . import lsp , _utils , uris
1111from .config import config
Original file line number Diff line number Diff line change 3636 'future>=0.14.0' ,
3737 'futures; python_version<"3.2"' ,
3838 'jedi>=0.12' ,
39- 'python-jsonrpc-server' ,
39+ 'python-jsonrpc-server>=0.1.0 ' ,
4040 'pluggy'
4141 ],
4242
Original file line number Diff line number Diff line change 22import os
33from threading import Thread
44
5- from jsonrpc .exceptions import JsonRpcMethodNotFound
5+ from pyls_jsonrpc .exceptions import JsonRpcMethodNotFound
66import pytest
77
88from pyls .python_ls import start_io_lang_server , PythonLanguageServer
You can’t perform that action at this time.
0 commit comments