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>
This commit is contained in:
4k5h1t 2021-12-01 00:33:56 +05:30 committed by Ilmari Lauhakangas
parent 307c1f1382
commit e01854cd8f
2 changed files with 0 additions and 2 deletions

View file

@ -7,7 +7,6 @@
try:
import pyuno
import uno
import unohelper
from com.sun.star.document import XDocumentEventListener
except ImportError:

View file

@ -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")