]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Insert the current directory to the front of sys.path -- and remove it
authorGuido van Rossum <guido@python.org>
Tue, 24 Oct 2000 17:16:32 +0000 (17:16 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 24 Oct 2000 17:16:32 +0000 (17:16 +0000)
commitbd6f4fba1bc66a18cc15d50ffdd33faedff5ac4c
tree3c668a3ca2724b8a240a8769ed95038ddb9a64e0
parent0702507ea2e6a6a2c36430cc4ec6c824373672c7
Insert the current directory to the front of sys.path -- and remove it
at the end.  This fixes a problem where

python Lib/test/test_import.py

failed while "make test" succeeded.
Lib/test/test_import.py