summaryrefslogtreecommitdiff
path: root/mailman/styles/default.py
diff options
context:
space:
mode:
authorBarry Warsaw2009-01-16 21:16:43 -0500
committerBarry Warsaw2009-01-16 21:16:43 -0500
commit0c996b693d1cc68d864acc313ba919197717a413 (patch)
treeb3fb5b5a6c5c52056bd8324f9ac8a6bf1a0e13b5 /mailman/styles/default.py
parentae3d0cc316b826b8325507d960ccf84da601c3b0 (diff)
downloadmailman-0c996b693d1cc68d864acc313ba919197717a413.tar.gz
mailman-0c996b693d1cc68d864acc313ba919197717a413.tar.zst
mailman-0c996b693d1cc68d864acc313ba919197717a413.zip
Diffstat (limited to 'mailman/styles/default.py')
-rw-r--r--mailman/styles/default.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/mailman/styles/default.py b/mailman/styles/default.py
index d60773f51..296ebbff1 100644
--- a/mailman/styles/default.py
+++ b/mailman/styles/default.py
@@ -90,7 +90,7 @@ from: .*@uplinkpro.com
mlist.obscure_addresses = True
mlist.admin_member_chunksize = 30
mlist.administrivia = True
- mlist.preferred_language = u'en'
+ mlist.preferred_language = 'en'
mlist.include_rfc2369_headers = True
mlist.include_list_post_header = True
mlist.filter_mime_types = []
@@ -147,7 +147,7 @@ ${listinfo_page}
# 2-tuple of the date of the last autoresponse and the number of
# autoresponses sent on that date.
mlist.hold_and_cmd_autoresponses = {}
- mlist.subject_prefix = _(u'[$mlist.real_name] ')
+ mlist.subject_prefix = _('[$mlist.real_name] ')
mlist.msg_header = ''
mlist.msg_footer = """\
_______________________________________________
@@ -239,9 +239,9 @@ ${listinfo_page}
mlist.topics_userinterest = {}
# The processing chain that messages coming into this list get
# processed by.
- mlist.start_chain = u'built-in'
+ mlist.start_chain = 'built-in'
# The default pipeline to send accepted messages through.
- mlist.pipeline = u'built-in'
+ mlist.pipeline = 'built-in'
def match(self, mailing_list, styles):
"""See `IStyle`."""