1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-11 04:39:59 +02:00

🐛 Remove deprecated declare_namespace call

Remove depecreated declare_namespace call and use implicit namespace (PEP-0420).

Fixes gh-76.
This commit is contained in:
Mike Gerber 2023-03-14 12:44:22 +01:00
parent 0fd4ea1973
commit 833efa37da

View file

@ -1 +0,0 @@
__import__("pkg_resources").declare_namespace(__name__)