mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 15:29:40 +01:00
texinfo-dummy-native: port to Python 3
(From OE-Core rev: 1585ed0488c83e42f14c3a8fcb773366d544827c) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
cef80d0dfe
commit
ca5a918f6a
@@ -1,4 +1,4 @@
|
||||
#! /usr/bin/env python2.7
|
||||
#! /usr/bin/env python3
|
||||
|
||||
# template.py (and other filenames)
|
||||
# By Max Eliaser (max.eliaser@intel.com)
|
||||
@@ -71,7 +71,7 @@ assert this_binary in valid_binaries, \
|
||||
this_binary + " is not one of " + ', '.join (valid_binaries)
|
||||
|
||||
if "--version" in sys.argv:
|
||||
print version_str
|
||||
print(version_str)
|
||||
sys.exit (0)
|
||||
|
||||
# For debugging
|
||||
|
||||
Reference in New Issue
Block a user