diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-06-28 13:04:04 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-06-28 18:30:11 +0200 |
commit | 164b1927050086824d7bfd38e006ec9f7225f745 (patch) | |
tree | 02b72bd0452a9319a891dbc2bff268dec9976120 /sc/qa/uitest | |
parent | 3017995579af5c8a74f8d04bc92dc24eac1ded9f (diff) |
Remove leftover import
...from 1b4c09401053ff6df8de9e839299ac26efa28b37 "uitest Calc/Goal seek;
tdf#37341 ; tdf#43693"
Change-Id: I7c346311c975709e71ca332a8894e6df7a745ab6
Reviewed-on: https://gerrit.libreoffice.org/56588
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sc/qa/uitest')
-rw-r--r-- | sc/qa/uitest/solver/solver.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/qa/uitest/solver/solver.py b/sc/qa/uitest/solver/solver.py index 2ac209b3d96b..1a409dca1b97 100644 --- a/sc/qa/uitest/solver/solver.py +++ b/sc/qa/uitest/solver/solver.py @@ -10,7 +10,6 @@ from uitest.uihelper.common import select_pos from uitest.uihelper.calc import enter_text_to_cell from libreoffice.calc.document import get_cell_by_position from libreoffice.uno.propertyvalue import mkPropertyValues -from uitest.debug import sleep import org.libreoffice.unotest import pathlib |