forked from Imagelibrary/seL4
python2 --> python3
Update all scripts and build system to call python3, given python2's upcoming doom. Use sys.maxsize instead of sys.maxint in one script (maxint does not exist in python3).
This commit is contained in:
committed by
Edward Pierzchalski
parent
9dc013a034
commit
bc61a7f3bd
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
#
|
||||
# Copyright 2017, Data61
|
||||
|
||||
Reference in New Issue
Block a user