diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-07-10 18:21:51 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-07-13 11:29:56 +0200 |
commit | bec5a2639636635c9184beda2f63fe4a9a16a9b8 (patch) | |
tree | aa0e6eccea5c88206243951b9c37d93807f68589 /uitest/calc_tests | |
parent | fd68096c6cc55ed0087517e0c60285e40efb92f5 (diff) |
uitest: move more code into the new directory layout
Change-Id: Ic5d08f08c1fccc74be09cea7887d3acb910e7636
Diffstat (limited to 'uitest/calc_tests')
-rw-r--r-- | uitest/calc_tests/create_chart.py | 2 | ||||
-rw-r--r-- | uitest/calc_tests/create_range_name.py | 2 | ||||
-rw-r--r-- | uitest/calc_tests/function_wizard.py | 2 | ||||
-rw-r--r-- | uitest/calc_tests/gridwin.py | 2 | ||||
-rw-r--r-- | uitest/calc_tests/gridwindow.py | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/uitest/calc_tests/create_chart.py b/uitest/calc_tests/create_chart.py index 322618b82d46..356fcb268196 100644 --- a/uitest/calc_tests/create_chart.py +++ b/uitest/calc_tests/create_chart.py @@ -7,7 +7,7 @@ from uitest_helper import UITest -from helper import mkPropertyValues +from libreoffice.uno.propertyvalue import mkPropertyValues from uitest.framework import UITestCase diff --git a/uitest/calc_tests/create_range_name.py b/uitest/calc_tests/create_range_name.py index a265970bdb06..6c61d14694d9 100644 --- a/uitest/calc_tests/create_range_name.py +++ b/uitest/calc_tests/create_range_name.py @@ -7,7 +7,7 @@ from uitest_helper import UITest -from helper import mkPropertyValues +from libreoffice.uno.propertyvalue import mkPropertyValues from uitest.framework import UITestCase diff --git a/uitest/calc_tests/function_wizard.py b/uitest/calc_tests/function_wizard.py index b7ab11d25bc8..7c37a2c58fdb 100644 --- a/uitest/calc_tests/function_wizard.py +++ b/uitest/calc_tests/function_wizard.py @@ -7,7 +7,7 @@ from uitest_helper import UITest -from helper import mkPropertyValues +from libreoffice.uno.propertyvalue import mkPropertyValues import time from uitest.framework import UITestCase diff --git a/uitest/calc_tests/gridwin.py b/uitest/calc_tests/gridwin.py index 3366dc0c5bdd..ba50baecfe5e 100644 --- a/uitest/calc_tests/gridwin.py +++ b/uitest/calc_tests/gridwin.py @@ -7,7 +7,7 @@ from uitest_helper import UITest -from helper import mkPropertyValues +from libreoffice.uno.propertyvalue import mkPropertyValues from uitest.framework import UITestCase diff --git a/uitest/calc_tests/gridwindow.py b/uitest/calc_tests/gridwindow.py index 7620df14a62e..7589467290b8 100644 --- a/uitest/calc_tests/gridwindow.py +++ b/uitest/calc_tests/gridwindow.py @@ -7,7 +7,7 @@ from uitest_helper import UITest -from helper import mkPropertyValues +from libreoffice.uno.propertyvalue import mkPropertyValues from uitest.uihelper.calc import enter_text_to_cell |