forked from VimPlug/jedi
fix for missing unicode in py3k
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
from __future__ import with_statement
|
from __future__ import with_statement
|
||||||
|
|
||||||
from _compatibility import exec_function
|
from _compatibility import exec_function, unicode
|
||||||
|
|
||||||
import re
|
import re
|
||||||
import tokenize
|
import tokenize
|
||||||
|
|||||||
Reference in New Issue
Block a user