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:
parent
307c1f1382
commit
e01854cd8f
2 changed files with 0 additions and 2 deletions
|
@ -7,7 +7,6 @@
|
|||
|
||||
try:
|
||||
import pyuno
|
||||
import uno
|
||||
import unohelper
|
||||
from com.sun.star.document import XDocumentEventListener
|
||||
except ImportError:
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue