diff options
author | sopwith <sopwith> | 2005-04-05 17:10:32 +0000 |
---|---|---|
committer | sopwith <sopwith> | 2005-04-05 17:10:32 +0000 |
commit | 6b44eb0661fbd8521bd3e452ccaf073d9150bf47 (patch) | |
tree | c480df0b0156bc7963a685219ead840b167abf6c /anaconda | |
parent | d1fffa68ce9880fc4901a3a05aee42bbca0b3459 (diff) | |
download | anaconda-6b44eb0661fbd8521bd3e452ccaf073d9150bf47.tar.gz anaconda-6b44eb0661fbd8521bd3e452ccaf073d9150bf47.tar.xz anaconda-6b44eb0661fbd8521bd3e452ccaf073d9150bf47.zip |
import encodings.idna to fix #153754
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -715,6 +715,7 @@ if traceOnly: import libxml2 import cmdline import encodings.utf_8 + import encodings.idna installclass.availableClasses() |