From: David Bremner Date: Sat, 3 Jan 2015 13:14:03 +0000 (+0100) Subject: build: eliminate use of python execfile command X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/commitdiff_plain/2bb906a6dd21fe109cc921590a512c1af7ff150d?hp=2bb906a6dd21fe109cc921590a512c1af7ff150d build: eliminate use of python execfile command As discussed in id:8cc9dd580ad672527e12f43706f9803b2c8e99d8.1405220724.git.wking@tremily.us, execfile is unavailable in python3. The approach of this commit avoids modifying the python module path, which is arguably preferable since it avoids potentially accidentally importing a module from the wrong place. ---