Kaydet (Commit) 6156a2d0 authored tarafından Neal Norwitz's avatar Neal Norwitz

Handle iconv initialization erorrs

üst 55b61d21
......@@ -124,5 +124,5 @@ codecs.register(search_function)
# Register iconv_codec lookup function if available
try:
import iconv_codec
except ImportError:
except (ImportError, RuntimeError):
pass
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment