From 3a27f75e587dc171ba3a045b707ca616cd9e4c80 Mon Sep 17 00:00:00 2001 From: Ben Howard Date: Thu, 18 Feb 2016 12:26:24 -0800 Subject: fix_shebangs.patch No DEP3 Subject or Description header found Gbp-Pq: fix_shebangs.patch. --- bin/waagent | 2 +- bin/waagent2.0 | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/waagent b/bin/waagent index e65bc0c..03333c7 100755 --- a/bin/waagent +++ b/bin/waagent @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Azure Linux Agent # diff --git a/bin/waagent2.0 b/bin/waagent2.0 index e946f1e..b77d6ab 100644 --- a/bin/waagent2.0 +++ b/bin/waagent2.0 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Azure Linux Agent # diff --git a/setup.py b/setup.py index c799787..896528e 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3n3n3 # # Microsoft Azure Linux Agent setup.py # -- cgit v1.2.3