]> granicus.if.org Git - python/commit
Fix builds with builddir != srcdir, introduced in r83988.
authorMatthias Klose <doko@ubuntu.com>
Mon, 23 Aug 2010 16:47:09 +0000 (16:47 +0000)
committerMatthias Klose <doko@ubuntu.com>
Mon, 23 Aug 2010 16:47:09 +0000 (16:47 +0000)
commit7311729790172a6f85db0c31299f06feba217e87
tree5b631fd0493b0afca1376241e933b44693c4f259
parent67e91ad9cfe17c8d0658d9310e69ee0f9ec48db7
Fix builds with builddir != srcdir, introduced in r83988.
os.path.dirname(__file__) points to the scrdir, not the builddir.
Use os.getcwd() instead.
setup.py