From 15c0dbd7d1ce490e2c8fa6c84358e59da3c07c73 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 27 Oct 2006 07:36:46 +0000 Subject: Don't bother to insert /usr/lib/portage/pym into sys.path from inside a module. That's the caller's job. svn path=/main/trunk/; revision=4850 --- pym/dispatch_conf.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pym') diff --git a/pym/dispatch_conf.py b/pym/dispatch_conf.py index e4c512c45..690772bf8 100644 --- a/pym/dispatch_conf.py +++ b/pym/dispatch_conf.py @@ -10,7 +10,6 @@ from stat import * import os, sys, commands, shutil -sys.path.insert(0, os.environ.get("PORTAGE_PYM_PATH", "/usr/lib/portage/pym")) import portage RCS_BRANCH = '1.1.1' -- cgit v1.2.3-1-g7c22