From 930774f30030b32fa3e2b5eb6977ab4e4bbb6042 Mon Sep 17 00:00:00 2001 From: Ben Steffen Date: Tue, 26 Nov 2019 00:17:20 -0500 Subject: [PATCH] Switch shebang to python3 --- 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 d07b215..4ae35f3 100755 --- a/scripts/invirt-getconf +++ b/scripts/invirt-getconf @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env 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 1eaeede..7aa42aa 100755 --- a/scripts/invirt-mako-render +++ b/scripts/invirt-mako-render @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 # Modified from mako-render by gdb. # TODO: set the lookup path dynamically. -- 1.7.9.5