Skip to content

Commit

Permalink
Remove email plugin
Browse files Browse the repository at this point in the history
This patch removes the email plugin from APRSD core.  The new
home for email plugin is here:

http://github.com/hemna/aprsd-email-plugin.git
  • Loading branch information
hemna committed Dec 10, 2024
1 parent 52bc915 commit 75eda29
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 873 deletions.
3 changes: 1 addition & 2 deletions aprsd/conf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from oslo_config import cfg

from aprsd.conf import client, common, log, plugin_common, plugin_email
from aprsd.conf import client, common, log, plugin_common


CONF = cfg.CONF
Expand All @@ -11,7 +11,6 @@

# plugins
plugin_common.register_opts(CONF)
plugin_email.register_opts(CONF)


def set_lib_defaults():
Expand Down
1 change: 0 additions & 1 deletion aprsd/conf/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@
cfg.ListOpt(
"enabled_plugins",
default=[
"aprsd.plugins.email.EmailPlugin",
"aprsd.plugins.fortune.FortunePlugin",
"aprsd.plugins.location.LocationPlugin",
"aprsd.plugins.ping.PingPlugin",
Expand Down
105 changes: 0 additions & 105 deletions aprsd/conf/plugin_email.py

This file was deleted.

Loading

0 comments on commit 75eda29

Please sign in to comment.