mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 23:04:48 +08:00
* imported u for python 3.2
This commit is contained in:
@@ -6,7 +6,7 @@ tokenizer returns. Therefore we need a memory efficient class. We
|
||||
found that a flat object with slots is the best.
|
||||
"""
|
||||
|
||||
from jedi._compatibility import unicode
|
||||
from jedi._compatibility import unicode, u
|
||||
|
||||
|
||||
class Token(object):
|
||||
|
||||
Reference in New Issue
Block a user