1
0
forked from VimPlug/jedi
Files
jedi-fork/test/completion/__init__.py

10 lines
151 B
Python

""" needed for some modules to test against packages. """
some_variable = 1
from . import imports
# TODO this is not correct
#?
imports.relative()