From 56b19d658b9fcb1aede990661eb2b7f995ec6813 Mon Sep 17 00:00:00 2001 From: Ben Steffen Date: Tue, 7 Jan 2020 22:18:18 -0500 Subject: [PATCH] Update shebang to Python 3 --- scripts/invirt-getconf | 2 +- scripts/invirt-mako-render | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. -- 1.7.9.5