summaryrefslogtreecommitdiffstats
path: root/anaconda
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 /anaconda
parentd1fffa68ce9880fc4901a3a05aee42bbca0b3459 (diff)
downloadanaconda-6b44eb0661fbd8521bd3e452ccaf073d9150bf47.tar.gz
anaconda-6b44eb0661fbd8521bd3e452ccaf073d9150bf47.tar.xz
anaconda-6b44eb0661fbd8521bd3e452ccaf073d9150bf47.zip
import encodings.idna to fix #153754
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda1
1 files changed, 1 insertions, 0 deletions
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()