From: Ben Steffen Date: Wed, 8 Jan 2020 03:18:18 +0000 (-0500) Subject: Update shebang to Python 3 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-base.git/commitdiff_plain/56b19d658b9fcb1aede990661eb2b7f995ec6813 Update shebang to Python 3 --- diff --git a/scripts/invirt-getconf b/scripts/invirt-getconf index e5563a4..2d5bff2 100755 --- a/scripts/invirt-getconf +++ b/scripts/invirt-getconf @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 """ invirt-getconf loads an invirt configuration file (either the original YAML diff --git a/scripts/invirt-mako-render b/scripts/invirt-mako-render index 2cd2ffb..e728ad1 100755 --- 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.