From: Zac Medico Date: Fri, 14 Aug 2009 06:08:27 +0000 (-0000) Subject: Don't use the unicode-wrapped os and shutil modules here since X-Git-Tag: v2.2_rc39~82 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ef776177fb25bdade22637fa8ae50e0bdf6dbe14;p=portage.git Don't use the unicode-wrapped os and shutil modules here since the whole _selinux module itself will be wrapped. svn path=/main/trunk/; revision=14023 --- diff --git a/pym/portage/_selinux.py b/pym/portage/_selinux.py index e91eb110c..e92c21fc9 100644 --- a/pym/portage/_selinux.py +++ b/pym/portage/_selinux.py @@ -2,9 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Don't use the unicode-wrapped os and shutil modules here since +# the whole _selinux module itself will be wrapped. +import os +import shutil + import portage -from portage import os -from portage import shutil import selinux from selinux import is_selinux_enabled, getfilecon, lgetfilecon