summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2002-10-21 19:52:05 +0000
committerbwarsaw2002-10-21 19:52:05 +0000
commit0c1c465551306920876a3c06df5b7b88263abf37 (patch)
tree5bbf1b5a64a7c00259b44c0598873e2b82b11e7b
parent24f0d21a26fa77a542c7e88d6a956ec4e5383415 (diff)
downloadmailman-0c1c465551306920876a3c06df5b7b88263abf37.tar.gz
mailman-0c1c465551306920876a3c06df5b7b88263abf37.tar.zst
mailman-0c1c465551306920876a3c06df5b7b88263abf37.zip
-rw-r--r--misc/paths.py.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/paths.py.in b/misc/paths.py.in
index 90bfde7e1..18451ac87 100644
--- a/misc/paths.py.in
+++ b/misc/paths.py.in
@@ -53,4 +53,8 @@ sys.path.append(sitedir)
# files would be imported automatically. But because we inhibit the importing
# of the site module, we need to be explicit about importing these codecs.
import japanese
+# As of KoreanCodecs 2.0.5, you had to do the second import to get the Korean
+# codecs installed, however leave the first import in there in case an upgrade
+# changes this.
import korean
+import korean.aliases