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