checkkconfigsymbols.py: set python2 as default interpreter
authorValentin Rothberg <valentinrothberg@gmail.com>
Wed, 13 May 2015 08:40:52 +0000 (10:40 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 24 May 2015 19:15:29 +0000 (12:15 -0700)
commit4b6fda0b809cca084b23c0842d713ba1d9c686da
tree34209d96d001b0bc00682d77749a2e0951fd3dec
parentcf132e4a8e070872e3b170a6cc7429b62e441d99
checkkconfigsymbols.py: set python2 as default interpreter

Some more recent distributions set the default interpreter to python3,
causing the script to break since it's written for python2.

Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scripts/checkkconfigsymbols.py