fixed a unicode test problem

This commit is contained in:
David Halter
2013-07-18 14:54:40 +02:00
parent 681b9d6371
commit dd6967de7c
3 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ from __future__ import with_statement
import copy
import itertools
from jedi._compatibility import use_metaclass, next, hasattr
from jedi._compatibility import use_metaclass, next, hasattr, unicode
from jedi import parsing_representation as pr
from jedi import cache
from jedi import helpers