aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/i18n.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/i18n.py')
-rw-r--r--Mailman/i18n.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/Mailman/i18n.py b/Mailman/i18n.py
index f39b1004..605d4e76 100644
--- a/Mailman/i18n.py
+++ b/Mailman/i18n.py
@@ -123,10 +123,7 @@ else:
def C_(s):
return tolocale(_(s, 2))
-# marking for pygettext
-def D_(s):
- return s
-
+
def ctime(date):
# Don't make these module globals since we have to do runtime translation