mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-20 04:38:26 +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