889a635
From: Lon Hohberger <lhh@redhat.com>
889a635
Date: Tue, 29 Jan 2019 11:36:11 -0500
889a635
Subject: [PATCH] force python3
889a635
889a635
Signed-off-by: Lon Hohberger <lhh@redhat.com>
889a635
889a635
diff --git a/deps/amqp10_common/codegen.py b/deps/amqp10_common/codegen.py
889a635
index dc4480a181..cf93227177 100755
889a635
--- a/deps/amqp10_common/codegen.py
889a635
+++ b/deps/amqp10_common/codegen.py
889a635
@@ -1,4 +1,4 @@
889a635
-#!/usr/bin/env python
889a635
+#!/usr/bin/python3
889a635
 
889a635
 from __future__ import print_function
889a635
 
889a635
diff --git a/deps/rabbit_common/codegen.py b/deps/rabbit_common/codegen.py
889a635
index 2e7bad69e9..8a02fcbb31 100755
889a635
--- a/deps/rabbit_common/codegen.py
889a635
+++ b/deps/rabbit_common/codegen.py
889a635
@@ -1,4 +1,4 @@
889a635
-#!/usr/bin/env python
889a635
+#!/usr/bin/python3
889a635
 
889a635
 ##  This Source Code Form is subject to the terms of the Mozilla Public
889a635
 ##  License, v. 2.0. If a copy of the MPL was not distributed with this