forked from VimPlug/jedi
There are more fixes needed. Some things are just very unclean and might lead to further bugs.
9 lines
129 B
Python
9 lines
129 B
Python
""" needed for some modules to test against packages. """
|
|
|
|
some_variable = 1
|
|
|
|
|
|
from . import imports
|
|
#? int()
|
|
imports.relative()
|