]> granicus.if.org Git - python/commit
Fix bug in test_tools that prevented building is separate directory.
authorNeil Schemenauer <nas@arctrix.com>
Wed, 27 Jun 2012 21:58:37 +0000 (15:58 -0600)
committerNeil Schemenauer <nas@arctrix.com>
Wed, 27 Jun 2012 21:58:37 +0000 (15:58 -0600)
commit76b931b133d5b30c6cab65144d81a26b56cd2b9c
tree5f0659e1187d9927a9996f6d6c4bd3cb8e5644aa
parentfaae3adbb98521d039c574fd3ed417f54a72374d
Fix bug in test_tools that prevented building is separate directory.
Use 'srcdir' from sysconfig instead of 'projectbase' to build a
path to the Tools directory.  'projectbase' is the path of the build
directory, not the source directory.
Lib/test/test_tools.py