mirror of
https://github.com/odoo-ide/pydevd-odoo.git
synced 2025-12-18 00:39:02 +02:00
6 lines
159 B
Python
6 lines
159 B
Python
try:
|
|
__import__('pkg_resources').declare_namespace(__name__)
|
|
except ImportError:
|
|
import pkgutil
|
|
__path__ = pkgutil.extend_path(__path__, __name__)
|