File: 0001-Use-python3-for-odoo-mailgate.py.patch

package info (click to toggle)
odoo 18.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 878,716 kB
  • sloc: javascript: 927,937; python: 685,670; xml: 388,524; sh: 1,033; sql: 415; makefile: 26
file content (18 lines) | stat: -rw-r--r-- 636 bytes parent folder | download
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