diff options
Diffstat (limited to 'src/mailman_pgp/plugin.py')
| -rw-r--r-- | src/mailman_pgp/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman_pgp/plugin.py b/src/mailman_pgp/plugin.py index 6921095..5245a95 100644 --- a/src/mailman_pgp/plugin.py +++ b/src/mailman_pgp/plugin.py @@ -37,4 +37,4 @@ def on_delete(mlist): if encrypted_list: with transaction(): config.db.session.delete(encrypted_list) - # delete the keypairs here + # TODO delete the keypairs here |
