]> rtime.felk.cvut.cz Git - notmuch.git/commitdiff
build: eliminate use of python execfile command
authorDavid Bremner <david@tethera.net>
Sat, 3 Jan 2015 13:14:03 +0000 (14:14 +0100)
committerDavid Bremner <david@tethera.net>
Sat, 3 Jan 2015 14:18:54 +0000 (15:18 +0100)
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.


No differences found