diff options
| author | tkikuchi | 2005-12-06 04:36:16 +0000 |
|---|---|---|
| committer | tkikuchi | 2005-12-06 04:36:16 +0000 |
| commit | 4fe13aca7a3a3e97ca334abfb2123deb402e978c (patch) | |
| tree | b6d5dd25ee92c83207e46c717c2fd7c10c8c5853 /misc/paths.py.in | |
| parent | bd11c198abcc99111c147f81c80cf652d01d7bd2 (diff) | |
| download | mailman-4fe13aca7a3a3e97ca334abfb2123deb402e978c.tar.gz mailman-4fe13aca7a3a3e97ca334abfb2123deb402e978c.tar.zst mailman-4fe13aca7a3a3e97ca334abfb2123deb402e978c.zip | |
Diffstat (limited to 'misc/paths.py.in')
| -rw-r--r-- | misc/paths.py.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/misc/paths.py.in b/misc/paths.py.in index 4ec49d9b4..33c73b484 100644 --- a/misc/paths.py.in +++ b/misc/paths.py.in @@ -48,16 +48,6 @@ sitedir = os.path.join(sys.prefix, 'lib', 'python'+sys.version[:3], 'site-packages') sys.path.append(sitedir) - -# In a normal interactive Python environment, the japanese.pth and korean.pth -# 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 # Arabic and Hebrew (RFC-1556) encoding aliases. (temporary solution) import encodings.aliases encodings.aliases.aliases.update({ |
