1
0
forked from VimPlug/jedi

Fixed issue with repr encoding (fixes davidhalter/jedi-vim#94)

This commit is contained in:
Danilo Bargen
2013-02-14 21:10:06 +01:00
parent 3ab2b0a244
commit ea9a667425
4 changed files with 10 additions and 6 deletions

View File

@@ -68,7 +68,7 @@ backtracking algorithm.
.. todo:: nonlocal statement, needed or can be ignored? (py3k)
"""
from _compatibility import next, hasattr, is_py3k, unicode
from _compatibility import next, hasattr, is_py3k, unicode, utf8
import sys
import itertools