From 03731dd2d3aac0c9610c3b17d28f6821343fc8ed Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sat, 13 Dec 2014 10:55:57 -0500 Subject: Port some of the commands. --- src/mailman/commands/cli_members.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mailman/commands/cli_members.py') diff --git a/src/mailman/commands/cli_members.py b/src/mailman/commands/cli_members.py index 291fda3b7..756771877 100644 --- a/src/mailman/commands/cli_members.py +++ b/src/mailman/commands/cli_members.py @@ -197,8 +197,6 @@ class Members: continue # Parse the line and ensure that the values are unicodes. display_name, email = parseaddr(line) - display_name = display_name.decode(fp.encoding) - email = email.decode(fp.encoding) # Give the user a default, user-friendly password. password = generate(int(config.passwords.password_length)) try: -- cgit v1.2.3-70-g09d2