Update shebang to Python 3
authorBen Steffen <bds@mit.edu>
Wed, 8 Jan 2020 03:18:18 +0000 (22:18 -0500)
committerBen Steffen <bds@mit.edu>
Wed, 8 Jan 2020 03:32:16 +0000 (22:32 -0500)
scripts/invirt-getconf
scripts/invirt-mako-render

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