Files
jedi/test/completion/import_tree/invisible_pkg.py
2015-04-23 13:40:05 +02:00

8 lines
193 B
Python

"""
It should not be possible to import this pkg except for the import_tree itself,
because it is overwritten there. (It would be possible with a sys.path
modification, though).
"""
foo = 1.0