From: Zac Medico Date: Fri, 27 Oct 2006 07:36:46 +0000 (-0000) Subject: Don't bother to insert /usr/lib/portage/pym into sys.path from inside a module. ... X-Git-Tag: v2.1.2~540 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=15c0dbd7d1ce490e2c8fa6c84358e59da3c07c73;p=portage.git 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 --- 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'