[master 11/30] Remove sitecustomize (#1014220)

M4rtinK installerbot-noreply at redhat.com
Mon Jun 1 14:04:28 UTC 2015


From: Martin Kolman <mkolman at redhat.com>

It was used to force utf-8 as default encoding,
which is no longer needed in Python 3.
---
 pyanaconda/sitecustomize.py | 23 -----------------------
 1 file changed, 23 deletions(-)
 delete mode 100644 pyanaconda/sitecustomize.py

diff --git a/pyanaconda/sitecustomize.py b/pyanaconda/sitecustomize.py
deleted file mode 100644
index a5e1a29..0000000
--- a/pyanaconda/sitecustomize.py
+++ /dev/null
@@ -1,23 +0,0 @@
-#
-# sitecustomize.py: The python site init code for the Red Hat Installer
-#
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
-# Red Hat, Inc.  All rights reserved.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-
-import sys
-# pylint: disable=no-member
-sys.setdefaultencoding('utf-8')


-- 
To view this commit on github, visit https://github.com/rhinstaller/anaconda/commit/a7bcd5a74e55211962759737036db1ce73906073


More information about the anaconda-patches mailing list