Patch to remove default encoding patch.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The default encoding patch, was never upstreamed.  default_encoding module
switched python2 to always use unicode.  Potentially in some languages
semanage will blow up when errors are reported.

The need for this patch is going away in python3, which should be the default
in Fedora 21/22.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlJ5DT4ACgkQrlYvE4MpobMvrgCfcEvZY4q7F17q9dbYJrHJXpae
Ut8AoM2TP99Ca0/lJAjoMTGsqr50P35/
=BHTe
-----END PGP SIGNATURE-----
This commit is contained in:
Daniel J Walsh 2013-11-05 10:22:38 -05:00 committed by Stephen Smalley
parent f64918ff71
commit a2b443b214

View File

@ -23,7 +23,6 @@
#
#
import policycoreutils.default_encoding_utf8
import argparse
import seobject
import sys