bin/list-dispatch-commands.py | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 6b62c11142ec24c34f6f607c3b0c467fb9bca439
Author: Leonard Sasse <[email protected]>
AuthorDate: Thu Mar 28 08:42:26 2024 +0100
Commit: Noel Grandin <[email protected]>
CommitDate: Thu Mar 28 08:43:58 2024 +0100
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 <[email protected]>
Tested-by: Noel Grandin <[email protected]>
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.