From 79a1d928f819692f22e28eeb0f8d780d13871fa4 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 25 Aug 2011 22:47:45 -0700 Subject: testLazyImport: fix PYTHONPATH setting --- pym/portage/tests/lazyimport/test_lazy_import_portage_baseline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/portage/tests/lazyimport') 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, -- cgit v1.2.3-1-g7c22