From: Barry Warsaw Date: Fri, 13 Jun 1997 22:03:23 +0000 (+0000) Subject: MACDEPPATH: Remove `sharedmodules' from default value of this variable X-Git-Tag: v1.5a3~336 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b1c89e244e1b7dabaa6a3f2e5e939da29b0d2a1;p=python 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. --- diff --git a/Modules/Setup.in b/Modules/Setup.in index 9c9a0ddcb8..b2214cf01e 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)