From: Robert Yang Date: Thu, 18 Aug 2016 08:26:13 +0000 (-0700) Subject: dump_cache.py: use python3 as interpreter X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=435c6fb838b9f38c0477bcc2f07c8ce22999132b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git dump_cache.py: use python3 as interpreter Fixed: File "bitbake/contrib/dump_cache.py", line 39 print("Error, need one argument!", file=sys.stderr) Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- diff --git a/contrib/dump_cache.py b/contrib/dump_cache.py index a1f09b40444..f4d4c1b123f 100755 --- a/contrib/dump_cache.py +++ b/contrib/dump_cache.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # ex:ts=4:sw=4:sts=4:et # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- #