file/tests/file-tests/db/patch/b.patch
Petr Šabata 686d1fd0fd RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/file#fef64163af9439cdacdbbe04a847f7dcf42b8987
2020-10-15 00:20:23 +02:00

16 lines
423 B
Diff

diff -ruN mailman-2.1.12-a/bin/withlist mailman-2.1.12-b/bin/withlist
--- mailman-2.1.12-a/bin/withlist 2009-02-23 22:23:35.000000000 +0100
+++ mailman-2.1.12-b/bin/withlist 2009-07-28 12:19:51.000000000 +0200
@@ -128,7 +128,10 @@
from Mailman import Errors
from Mailman import MailList
from Mailman import Utils
-from Mailman.i18n import _
+from Mailman import i18n
+
+_ = i18n._
+C_ = i18n.C_
try:
True, False