mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
finally change name of test.base module to helpers.py, fixes #181
This commit is contained in:
@@ -167,11 +167,11 @@ from .......import_tree import mod1
|
||||
#?
|
||||
mod1.a
|
||||
|
||||
from .. import base
|
||||
from .. import helpers
|
||||
#? int()
|
||||
base.sample_int
|
||||
helpers.sample_int
|
||||
|
||||
from ..base import sample_int as f
|
||||
from ..helpers import sample_int as f
|
||||
#? int()
|
||||
f
|
||||
|
||||
|
||||
Reference in New Issue
Block a user