]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix test_compiler.py that was using unittest.__file__ to find Lib/ (unittest is now...
authorEzio Melotti <ezio.melotti@gmail.com>
Fri, 2 Apr 2010 21:43:10 +0000 (21:43 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Fri, 2 Apr 2010 21:43:10 +0000 (21:43 +0000)
commit7999deafc85ba768ec94b175d5a6942e9378e645
tree1fd2ebf98e5c27909a88193147c529aba94a0f4a
parent5637f04a94242b6b696cf699625f708ce4ecb186
Fix test_compiler.py that was using unittest.__file__ to find Lib/ (unittest is now a package).
Lib/test/test_compiler.py