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:
parent
e6bef01e23
commit
6b62c11142
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue