summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage_exec.py')
-rw-r--r--pym/portage_exec.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/pym/portage_exec.py b/pym/portage_exec.py
deleted file mode 100644
index 669a92cc..00000000
--- a/pym/portage_exec.py
+++ /dev/null
@@ -1,14 +0,0 @@
-# portage_compat_namespace.py -- provide compability layer with new namespace
-# Copyright 2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-"""
-Special edition of portage_compat_namespace.py as for this module we can't translate
-name automatically as "import portage.exec" is a SyntaxError.
-"""
-
-import sys, warnings
-
-import portage.process
-warnings.warn("DEPRECATION NOTICE: The portage_exec module was replaced by portage.process")
-sys.modules["portage_exec"] = portage.process