forked from VimPlug/jedi
use tokenizer instead of tokenize in all modules
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ Apart from those classes there's a ``sys.path`` fetching function, as well as
|
||||
from __future__ import with_statement
|
||||
|
||||
import re
|
||||
import tokenize
|
||||
import tokenizer as tokenize
|
||||
import sys
|
||||
import os
|
||||
|
||||
|
||||
Reference in New Issue
Block a user