forked from VimPlug/jedi
Get the subprocess mostly working
This commit is contained in:
@@ -289,3 +289,9 @@ def utf8_repr(func):
|
||||
return func
|
||||
else:
|
||||
return wrapper
|
||||
|
||||
|
||||
if is_py3:
|
||||
import queue
|
||||
else:
|
||||
import Queue as queue
|
||||
|
||||
Reference in New Issue
Block a user