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:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user