From 149482208c430cbd9d730c35256430ea6cf58c3d Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 28 Jan 2011 23:54:50 -0800 Subject: Test import of all modules. --- pym/portage/_selinux.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pym/portage/_selinux.py') diff --git a/pym/portage/_selinux.py b/pym/portage/_selinux.py index d86dd9594..9470978c4 100644 --- a/pym/portage/_selinux.py +++ b/pym/portage/_selinux.py @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # Don't use the unicode-wrapped os and shutil modules here since @@ -11,8 +11,8 @@ from portage import _encodings from portage import _unicode_decode from portage import _unicode_encode from portage.localization import _ - -import selinux +portage.proxy.lazyimport.lazyimport(globals(), + 'selinux') def copyfile(src, dest): src = _unicode_encode(src, encoding=_encodings['fs'], errors='strict') -- cgit v1.2.3-1-g7c22