mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
wic: python2 -> python3
(From OE-Core rev: 9303f92599343adf645fee5d2434fadd97e7febb) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
69f1b3962e
commit
b19ce5d2e8
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python -tt
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# Copyright (c) 2007 Red Hat, Inc.
|
||||
# Copyright (c) 2011 Intel, Inc.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python -tt
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# Copyright (c) 2016 Intel, Inc.
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python -tt
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# Copyright (c) 2011 Intel, Inc.
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue
Block a user