uitest/libreoffice/uno/eventlistener.py |    1 -
 uitest/libreoffice/uno/propertyvalue.py |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit e01854cd8f0c20c57d7e78103834bd806ead3cd9
Author:     4k5h1t <ask160...@gmail.com>
AuthorDate: Wed Dec 1 00:33:56 2021 +0530
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Wed Dec 1 11:27:42 2021 +0100

    tdf#132293 removed some unused imports from uitest
    
    Change-Id: I491b08dd8af69083a13c4dc00223314a6203e2d3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126160
    Tested-by: Jenkins
    Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>

diff --git a/uitest/libreoffice/uno/eventlistener.py 
b/uitest/libreoffice/uno/eventlistener.py
index ba7faec76ab6..b2b834b13d03 100644
--- a/uitest/libreoffice/uno/eventlistener.py
+++ b/uitest/libreoffice/uno/eventlistener.py
@@ -7,7 +7,6 @@
 
 try:
     import pyuno
-    import uno
     import unohelper
     from com.sun.star.document import XDocumentEventListener
 except ImportError:
diff --git a/uitest/libreoffice/uno/propertyvalue.py 
b/uitest/libreoffice/uno/propertyvalue.py
index 9ec471e41f40..4e5c8964bc60 100644
--- a/uitest/libreoffice/uno/propertyvalue.py
+++ b/uitest/libreoffice/uno/propertyvalue.py
@@ -8,7 +8,6 @@
 try:
     import pyuno
     import uno
-    import unohelper
 except ImportError:
     print("pyuno not found: try to set PYTHONPATH and URE_BOOTSTRAP variables")
     print("PYTHONPATH=/installation/opt/program")

Reply via email to