diff options
Diffstat (limited to 'src/mailman/app/commands.py')
| -rw-r--r-- | src/mailman/app/commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/app/commands.py b/src/mailman/app/commands.py index 45afe230e..35158da2a 100644 --- a/src/mailman/app/commands.py +++ b/src/mailman/app/commands.py @@ -35,6 +35,6 @@ def initialize(): command = command_class() verifyObject(IEmailCommand, command) assert command_class.name not in config.commands, ( - 'Duplicate email command "{0}" found in {1}'.format( + 'Duplicate email command "{}" found in {}'.format( command_class.name, command_class.__module__)) config.commands[command_class.name] = command_class() |
