diff options
Diffstat (limited to 'src/pgpmailman/commands/eml_key.py')
| -rw-r--r-- | src/pgpmailman/commands/eml_key.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pgpmailman/commands/eml_key.py b/src/pgpmailman/commands/eml_key.py index ba538fa..03c0877 100644 --- a/src/pgpmailman/commands/eml_key.py +++ b/src/pgpmailman/commands/eml_key.py @@ -13,7 +13,7 @@ class KeyCommand: short_description = '' description = '' - def process(mlist, msg, msgdata, arguments, results): + def process(self, mlist, msg, msgdata, arguments, results): """See `IEmailCommand`.""" if len(arguments) == 0: print('No sub-command specified,' |
