summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsopwith <sopwith>2005-04-05 17:10:32 +0000
committersopwith <sopwith>2005-04-05 17:10:32 +0000
commit6b44eb0661fbd8521bd3e452ccaf073d9150bf47 (patch)
treec480df0b0156bc7963a685219ead840b167abf6c
parentd1fffa68ce9880fc4901a3a05aee42bbca0b3459 (diff)
downloadanaconda-6b44eb0661fbd8521bd3e452ccaf073d9150bf47.tar.gz
anaconda-6b44eb0661fbd8521bd3e452ccaf073d9150bf47.tar.xz
anaconda-6b44eb0661fbd8521bd3e452ccaf073d9150bf47.zip
import encodings.idna to fix #153754
-rw-r--r--ChangeLog4
-rwxr-xr-xanaconda1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed7e52231..37fb88997 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-04-05 Elliot Lee <sopwith@redhat.com>
+
+ * anaconda: import encodings.idna to fix #153754
+
2005-04-04 Chris Lumens <clumens@redhat.com>
* kickstart.py (KickstartBase.doLangSupport): Don't skip a step that
diff --git a/anaconda b/anaconda
index 2a9782611..b54c651fc 100755
--- a/anaconda
+++ b/anaconda
@@ -715,6 +715,7 @@ if traceOnly:
import libxml2
import cmdline
import encodings.utf_8
+ import encodings.idna
installclass.availableClasses()