diff options
author | lns <matzeton@googlemail.com> | 2018-06-25 15:28:22 +0200 |
---|---|---|
committer | lns <matzeton@googlemail.com> | 2018-06-25 15:28:22 +0200 |
commit | a2714df784e3af445d7cb6ac966a375bd9c82394 (patch) | |
tree | db61d15d79abd4c9082bf84f7b64008c4c23be98 /contrib | |
parent | 8df308b6b69ce5eae98dee733ee56db6fbd3adb3 (diff) |
configure.ac: dont error if wxwidgets not build and --disable-gui set; mock.py:
set interpreter to python2.7 (no python3 support); src/*: fix compiler warnings
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/mock.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/mock.py b/contrib/mock.py index b1aa267..bc70964 100755 --- a/contrib/mock.py +++ b/contrib/mock.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 from sys import argv import uuid, json |