mirror of
https://github.com/davidhalter/jedi.git
synced 2026-03-17 05:15:34 +08:00
5 lines
94 B
Python
5 lines
94 B
Python
try:
|
|
__import__('pkg_resources').declare_namespace(__name__)
|
|
except ImportError:
|
|
pass
|