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>
This commit is contained in:
Leonard Sasse 2024-03-28 08:42:26 +01:00 committed by Noel Grandin
parent e6bef01e23
commit 6b62c11142

View file

@ -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.