summaryrefslogtreecommitdiff
path: root/uitest/uitest
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-07-10 18:21:51 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-07-13 11:29:56 +0200
commitbec5a2639636635c9184beda2f63fe4a9a16a9b8 (patch)
treeaa0e6eccea5c88206243951b9c37d93807f68589 /uitest/uitest
parentfd68096c6cc55ed0087517e0c60285e40efb92f5 (diff)
uitest: move more code into the new directory layout
Change-Id: Ic5d08f08c1fccc74be09cea7887d3acb910e7636
Diffstat (limited to 'uitest/uitest')
-rw-r--r--uitest/uitest/uihelper/calc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/uitest/uihelper/calc.py b/uitest/uitest/uihelper/calc.py
index 66e85e146d5b..b63f1702873b 100644
--- a/uitest/uitest/uihelper/calc.py
+++ b/uitest/uitest/uihelper/calc.py
@@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-from helper import mkPropertyValues
+from libreoffice.uno.propertyvalue import mkPropertyValues
def enter_text_to_cell(gridwin, cell, text):
gridwin.executeAction("SELECT", mkPropertyValues({"CELL": cell}))