commit | 7311729790172a6f85db0c31299f06feba217e87 | [log] [tgz] |
---|---|---|
author | Matthias Klose <doko@ubuntu.com> | Mon Aug 23 16:47:09 2010 +0000 |
committer | Matthias Klose <doko@ubuntu.com> | Mon Aug 23 16:47:09 2010 +0000 |
tree | 5b631fd0493b0afca1376241e933b44693c4f259 | |
parent | 67e91ad9cfe17c8d0658d9310e69ee0f9ec48db7 [diff] |
Fix builds with builddir != srcdir, introduced in r83988. os.path.dirname(__file__) points to the scrdir, not the builddir. Use os.getcwd() instead.