bin/ui-rules-enforcer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a485acb4508fbafbf64bba5f77f7d0f3f8372de1 Author: Noel Grandin <noelgran...@gmail.com> AuthorDate: Thu Jun 5 16:41:15 2025 +0200 Commit: Noel Grandin <noelgran...@gmail.com> CommitDate: Fri Jun 6 18:53:56 2025 +0200 convert script to python3 Change-Id: I64ada5a5272fb197eaa95320c482aae55594ffe2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186187 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/bin/ui-rules-enforcer.py b/bin/ui-rules-enforcer.py index 1708eed42eff..7e1002224a3e 100755 --- a/bin/ui-rules-enforcer.py +++ b/bin/ui-rules-enforcer.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/bin/python3 # -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*- # # This file is part of the LibreOffice project.