mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Fix tests for Python 3.2 (use relative import)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import os
|
||||
import re
|
||||
|
||||
import base
|
||||
from run import \
|
||||
from . import base
|
||||
from .run import \
|
||||
TEST_COMPLETIONS, TEST_DEFINITIONS, TEST_ASSIGNMENTS, TEST_USAGES
|
||||
|
||||
import jedi
|
||||
|
||||
Reference in New Issue
Block a user