mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
little bit of python2.5 compatibility
This commit is contained in:
@@ -28,7 +28,7 @@ Ignored statements:
|
||||
- print (no use for it, just slows down)
|
||||
- exec (dangerous - not controllable)
|
||||
"""
|
||||
from _compatibility import next, literal_eval, tokenize_func, BytesIO
|
||||
from _compatibility import next, literal_eval, tokenize_func, BytesIO, property
|
||||
|
||||
import tokenize
|
||||
import re
|
||||
|
||||
Reference in New Issue
Block a user