From: Zac Medico Date: Fri, 26 Aug 2011 05:47:45 +0000 (-0700) Subject: testLazyImport: fix PYTHONPATH setting X-Git-Tag: v2.2.0_alpha52~58 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=79a1d928f819692f22e28eeb0f8d780d13871fa4;p=portage.git testLazyImport: fix PYTHONPATH setting --- diff --git a/pym/portage/tests/lazyimport/test_lazy_import_portage_baseline.py b/pym/portage/tests/lazyimport/test_lazy_import_portage_baseline.py index 08ccfa7ff..c7ebbaff9 100644 --- a/pym/portage/tests/lazyimport/test_lazy_import_portage_baseline.py +++ b/pym/portage/tests/lazyimport/test_lazy_import_portage_baseline.py @@ -45,7 +45,7 @@ sys.stdout.write(" ".join(k for k in sys.modules else: pythonpath = ':' + pythonpath pythonpath = PORTAGE_PYM_PATH + pythonpath - env[pythonpath] = pythonpath + env['PYTHONPATH'] = pythonpath # If python is patched to insert the path of the # currently installed portage module into sys.path,