summaryrefslogtreecommitdiff
path: root/src/mailman/commands/cli_members.py
diff options
context:
space:
mode:
authorBarry Warsaw2014-12-13 10:55:57 -0500
committerBarry Warsaw2014-12-13 10:55:57 -0500
commit03731dd2d3aac0c9610c3b17d28f6821343fc8ed (patch)
tree4b977f3225d355ec42daf312b93b7ab407c827ee /src/mailman/commands/cli_members.py
parente3e8b9215abb85b44fce001311332c2f7772e4bd (diff)
downloadmailman-03731dd2d3aac0c9610c3b17d28f6821343fc8ed.tar.gz
mailman-03731dd2d3aac0c9610c3b17d28f6821343fc8ed.tar.zst
mailman-03731dd2d3aac0c9610c3b17d28f6821343fc8ed.zip
Diffstat (limited to 'src/mailman/commands/cli_members.py')
-rw-r--r--src/mailman/commands/cli_members.py2
1 files changed, 0 insertions, 2 deletions
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: