diff options
author | 4k5h1t <ask160203@gmail.com> | 2021-12-01 00:33:56 +0530 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2021-12-01 11:27:42 +0100 |
commit | e01854cd8f0c20c57d7e78103834bd806ead3cd9 (patch) | |
tree | 57a95126918fdde110e4ccefb213aadb019b1ee7 /uitest | |
parent | 307c1f13821386687b8cf3c560ff2570b89ac3a9 (diff) |
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.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/libreoffice/uno/eventlistener.py | 1 | ||||
-rw-r--r-- | uitest/libreoffice/uno/propertyvalue.py | 1 |
2 files changed, 0 insertions, 2 deletions
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") |