forked from VimPlug/jedi
5 lines
94 B
Python
5 lines
94 B
Python
try:
|
|
__import__('pkg_resources').declare_namespace(__name__)
|
|
except ImportError:
|
|
pass
|