projects
/
invirt/packages/invirt-base.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update shebang to Python 3
[invirt/packages/invirt-base.git]
/
scripts
/
invirt-mako-render
diff --git
a/scripts/invirt-mako-render
b/scripts/invirt-mako-render
index
2cd2ffb
..
e728ad1
100755
(executable)
--- a/
scripts/invirt-mako-render
+++ b/
scripts/invirt-mako-render
@@
-1,4
+1,4
@@
-#!/usr/bin/python
+#!/usr/bin/python3
# Modified from mako-render by gdb.
# TODO: set the lookup path dynamically.