summaryrefslogtreecommitdiffstats
path: root/pym/portage/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/__init__.py')
-rw-r--r--pym/portage/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index 207432f35..79d99f813 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -140,7 +140,7 @@ except ImportError, e:
try:
- import portage.selinux as selinux
+ import portage._selinux as selinux
except OSError, e:
writemsg("!!! SELinux not loaded: %s\n" % str(e), noiselevel=-1)
del e