diff options
author | Leonard Sasse <l.sasse@fz-juelich.de> | 2024-03-28 08:42:26 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-03-28 08:43:58 +0100 |
commit | 6b62c11142ec24c34f6f607c3b0c467fb9bca439 (patch) | |
tree | 7d9ddee8dc53133be086c70e84d7e526af03125b /bin | |
parent | e6bef01e23fb88d968c2a3568d1076dda77c2aff (diff) |
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 <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/list-dispatch-commands.py | 1 |
1 files changed, 1 insertions, 0 deletions
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. |