From 6b62c11142ec24c34f6f607c3b0c467fb9bca439 Mon Sep 17 00:00:00 2001 From: Leonard Sasse Date: Thu, 28 Mar 2024 08:42:26 +0100 Subject: sys undefined on line 138, sys added to imports Change-Id: I8b949fca7a8771745ee94fe6e7f72e0c4b496881 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165370 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- bin/list-dispatch-commands.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/list-dispatch-commands.py b/bin/list-dispatch-commands.py index 50599e59dcdf..abc0344c455f 100755 --- a/bin/list-dispatch-commands.py +++ b/bin/list-dispatch-commands.py @@ -15,6 +15,7 @@ Script to generate https://wiki.documentfoundation.org/Development/DispatchComma """ import os +import sys # It is assumed that the script is called from $BUILDDIR; # and __file__ refers to the script location in $SRCDIR. -- cgit