On Sat, 17 Aug 2019 at 15:25, Luca Weiss <luca@xxxxxxxxx> wrote: > > Signed-off-by: Luca Weiss <luca@xxxxxxxxx> > --- > pylibfdt/setup.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/pylibfdt/setup.py b/pylibfdt/setup.py > index a00bf8b..200f446 100755 > --- a/pylibfdt/setup.py > +++ b/pylibfdt/setup.py > @@ -1,4 +1,4 @@ > -#!/usr/bin/env python2 > +#!/usr/bin/env python3 > # SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause) > > """ > -- > 2.22.0 > Reviewed-by: Simon Glass <sjg@xxxxxxxxxxxx>