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:
Ross Burton
2017-08-02 20:22:10 +01:00
committed by Richard Purdie
parent cef80d0dfe
commit ca5a918f6a

View File

@@ -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