]> granicus.if.org Git - python/commit
MACDEPPATH: Remove `sharedmodules' from default value of this variable
authorBarry Warsaw <barry@python.org>
Fri, 13 Jun 1997 22:03:23 +0000 (22:03 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 13 Jun 1997 22:03:23 +0000 (22:03 +0000)
commit3b1c89e244e1b7dabaa6a3f2e5e939da29b0d2a1
treec2213e516b37e1658055b027503a7f9b88d38077
parentbcdb9403d44a30c5a55c7ccbaebbbb26ff6a0b87
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