From 3b1c89e244e1b7dabaa6a3f2e5e939da29b0d2a1 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 13 Jun 1997 22:03:23 +0000 Subject: MACDEPPATH: Remove `sharedmodules' from default value of this variable since calculate_path() in getpath.c will automatically add this. Including this here will put the sharedmodules directory on sys.path twice. --- Modules/Setup.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Setup.in b/Modules/Setup.in index 9c9a0dd..b2214cf 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -80,7 +80,7 @@ SITEPATH= TESTPATH=:test # Path components for machine- or system-dependent modules and shared libraries -MACHDEPPATH=:$(MACHDEP):sharedmodules +MACHDEPPATH=:$(MACHDEP) COREPYTHONPATH=$(DESTPATH)$(SITEPATH)$(TESTPATH)$(MACHDEPPATH)$(STDWINPATH)$(TKPATH) PYTHONPATH=$(COREPYTHONPATH) -- cgit v0.12