1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
From: =?utf-8?q?S=C3=A9bastien_Delafond?= <seb@debian.org>
Date: Wed, 8 Mar 2023 09:05:49 +0100
Subject: Use python3 for odoo-mailgate.py
---
addons/mail/static/scripts/odoo-mailgate.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/addons/mail/static/scripts/odoo-mailgate.py b/addons/mail/static/scripts/odoo-mailgate.py
index e4ccc3c..287fb58 100755
--- a/addons/mail/static/scripts/odoo-mailgate.py
+++ b/addons/mail/static/scripts/odoo-mailgate.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python3
# Part of Odoo. See LICENSE file for full copyright and licensing details.
#
# odoo-mailgate
|