From 2b6ddb35bc13df23b0af198dc737909892f110bd Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 28 Apr 2010 00:04:31 -0700 Subject: Remove old portage module namespace compatibility that's been deprecated since portage-2.1.6. --- pym/portage_exec.py | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 pym/portage_exec.py (limited to 'pym/portage_exec.py') diff --git a/pym/portage_exec.py b/pym/portage_exec.py deleted file mode 100644 index 669a92cce..000000000 --- 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 -- cgit v1.2.3-1-g7c22