The test was failing because the curdir was missing from sys.path. This should fix...
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 6 Mar 2010 01:50:25 +0000 (01:50 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 6 Mar 2010 01:50:25 +0000 (01:50 +0000)
commit41a6b04b1fb5dc58b07abd60598a2932a7b0649c
treeb5f20903f27686faf13499ddf002edff661a9df6
parent435b5318732b3fa8e5a0dd82d3538aa6bc045d8e
The test was failing because the curdir was missing from sys.path. This should fix the problem.
Lib/test/test_imp.py