Switch shebang to python3
authorBen Steffen <bds@mit.edu>
Tue, 26 Nov 2019 05:17:20 +0000 (00:17 -0500)
committerBen Steffen <bds@mit.edu>
Tue, 26 Nov 2019 05:17:20 +0000 (00:17 -0500)
scripts/invirt-getconf
scripts/invirt-mako-render

index d07b215..4ae35f3 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 """
 invirt-getconf loads an invirt configuration file (either the original YAML
index 1eaeede..7aa42aa 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python3
 # Modified from mako-render by gdb.
 # TODO: set the lookup path dynamically.