1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-11 10:28:45 -04:00

fixed list-plugins

This patch fixes the list-plugins and list-extensions.
Pypi changed their search page to require javascript, which
breaks python scripts....
This commit is contained in:
2025-01-03 16:52:10 -05:00
parent b1a830d54e
commit ec1adf4182
6 changed files with 62 additions and 64 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ from unittest import mock
from oslo_config import cfg
from aprsd import (
conf, # noqa: F401
from aprsd import ( # noqa: F401
conf,
packets,
plugins,
)