mirror of
https://github.com/craigerl/aprsd.git
synced 2026-06-04 23:24:55 -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:
@@ -2,9 +2,9 @@ from unittest import mock
|
||||
|
||||
from oslo_config import cfg
|
||||
|
||||
from aprsd import (
|
||||
from aprsd import ( # noqa: F401
|
||||
client,
|
||||
conf, # noqa: F401
|
||||
conf,
|
||||
packets,
|
||||
)
|
||||
from aprsd.plugins import notify as notify_plugin
|
||||
|
||||
Reference in New Issue
Block a user