]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
wic: python2 -> python3
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 27 Jun 2019 07:15:44 +0000 (15:15 +0800)
committerRobert Yang <liezhi.yang@windriver.com>
Fri, 28 Jun 2019 12:19:41 +0000 (20:19 +0800)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
scripts/lib/wic/__init__.py
scripts/lib/wic/ksparser.py
scripts/lib/wic/pluginbase.py

index ba2d6140619cdccf0009b77c69759311e81a3e4b..85567934aea53d5de05dd87c7dc36353fe890b03 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python -tt
+#!/usr/bin/env python3
 #
 # Copyright (c) 2007 Red Hat, Inc.
 # Copyright (c) 2011 Intel, Inc.
index 62048213b30b8b6037818f272462812722b978b3..3e670033badc343d277927a2f3bda0f7634b78c6 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python -tt
+#!/usr/bin/env python3
 #
 # Copyright (c) 2016 Intel, Inc.
 #
index bfb73ca6155673411f61635fa661ce7f014fd3ee..f74d6430fd7eac3ead0721c68b8158cd7b2390e8 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python -tt
+#!/usr/bin/env python3
 #
 # Copyright (c) 2011 Intel, Inc.
 #