diff options
author | Bogdan B <buzea.bogdan@libreoffice.org> | 2022-11-11 20:14:10 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-11-15 17:41:46 +0100 |
commit | eedb077f8860e02838b37d75c230e51cd290a283 (patch) | |
tree | b9277733a65f1c87bec70a5cbd14f9f9fa44402a /uitest | |
parent | 3aadb8a87449c9a3141bef1e41353ec57b03ad79 (diff) |
tdf#132293 remove unused imports from uitest
Change-Id: I5943ec84a0b5ed6f44af9e3f972626813987a1cb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142615
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/uitest/uihelper/testDialog.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/uitest/uihelper/testDialog.py b/uitest/uitest/uihelper/testDialog.py index 0e443643645f..488b202f60ae 100644 --- a/uitest/uitest/uihelper/testDialog.py +++ b/uitest/uitest/uihelper/testDialog.py @@ -5,9 +5,9 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -from uitest.framework import UITestCase from uitest.uihelper.common import get_state_as_dict + # opens the dialogs, closes it with the given close button # and if there is an "OK" button open the dialog again and close it by using the OK button # the test only checks if LibreOffice crashes by opening the dialog |