mirror of
https://github.com/odoo-ide/pydevd-odoo.git
synced 2025-12-17 08:19:04 +02:00
Fix package structure
This commit is contained in:
5
pydevd_plugins/extensions/__init__.py
Normal file
5
pydevd_plugins/extensions/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
try:
|
||||
__import__('pkg_resources').declare_namespace(__name__)
|
||||
except ImportError:
|
||||
import pkgutil
|
||||
__path__ = pkgutil.extend_path(__path__, __name__)
|
||||
Reference in New Issue
Block a user