mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
Fix tests for Python 3.2 (use relative import)
This commit is contained in:
@@ -54,7 +54,7 @@ import re
|
||||
import traceback
|
||||
import itertools
|
||||
|
||||
import base
|
||||
from . import base
|
||||
|
||||
from jedi._compatibility import unicode, StringIO, reduce, literal_eval, is_py25
|
||||
|
||||
|
||||
Reference in New Issue
Block a user