solenv/bin/constructors.py |    1 -
 solenv/bin/native-code.py  |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit e347cff87bec2e8d802fb2dfb8abd3d7d94f8103
Author:     LeSasse <[email protected]>
AuthorDate: Wed Mar 27 10:27:44 2024 +0100
Commit:     Noel Grandin <[email protected]>
CommitDate: Thu Mar 28 08:52:05 2024 +0100

    tdf#158803 remove unused imports
    
    Change-Id: Ie58bde91e1c96a32f02f64bc0eb8d864d3680e6e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165388
    Reviewed-by: Noel Grandin <[email protected]>
    Tested-by: Noel Grandin <[email protected]>

diff --git a/solenv/bin/constructors.py b/solenv/bin/constructors.py
index 1237da17142d..de10c3cecf47 100755
--- a/solenv/bin/constructors.py
+++ b/solenv/bin/constructors.py
@@ -4,7 +4,6 @@
 # Dumps all the implementing constructors to stdout
 
 import xml.sax
-import os.path
 import sys
 
 constructors = list()
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index f4a910172984..a5b73692fd8f 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -8,7 +8,6 @@
 from optparse import OptionParser
 
 import re
-import sys
 import xml.etree.ElementTree as ET
 
 # foo_component_getFactory functions are split into groups, so that you could

Reply via email to