From dbe05a624ca53db83bedbc049791cc215ee6d46b Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Sun, 24 Dec 2023 00:04:10 +0100 Subject: [PATCH] get-bz-attachments: switch to python3 Nothing left to do, just switch the interpreter. Change-Id: I6a0ff0a019a66f6baf39794c853655f273676ea2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161261 Tested-by: Thorsten Behrens Reviewed-by: Thorsten Behrens --- bin/get-bugzilla-attachments-by-mimetype | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype index 924a522ebff7..c9942189be58 100755 --- a/bin/get-bugzilla-attachments-by-mimetype +++ b/bin/get-bugzilla-attachments-by-mimetype @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # # This file is part of the LibreOffice project.