mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 06:44:46 +08:00
Fix tests for Python 3.2 (use relative import)
This commit is contained in:
@@ -10,7 +10,7 @@ import traceback
|
||||
import re
|
||||
import itertools
|
||||
|
||||
import base
|
||||
from . import base
|
||||
|
||||
from jedi._compatibility import reduce
|
||||
import jedi
|
||||
|
||||
Reference in New Issue
Block a user