forked from VimPlug/jedi
use tokenizer instead of tokenize in all modules
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
import sys
|
||||
import contextlib
|
||||
import functools
|
||||
import tokenize
|
||||
import tokenizer as tokenize
|
||||
|
||||
from jedi._compatibility import next, reraise
|
||||
from jedi import debug
|
||||
|
||||
Reference in New Issue
Block a user