summaryrefslogtreecommitdiff
path: root/uitest
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-26 02:29:37 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-26 03:28:09 +0200
commit901aa845b7b7fe0e0f2ed483d3b8e7b7ffd8b894 (patch)
treec72269760c19ba79bc34428e3bb27bf2b70af451 /uitest
parent0b6acf6fe6256e2b4fc2673b7b226ea2cbb011c5 (diff)
uitest: move for files into the new directory layout
Change-Id: Ic8289da6bd32ed9645253b996269be6e82bd1d7c
Diffstat (limited to 'uitest')
-rw-r--r--uitest/calc_tests/gridwindow.py2
-rw-r--r--uitest/demo_ui/tabcontrol.py2
-rw-r--r--uitest/demo_ui/treelist.py2
-rw-r--r--uitest/uitest/uihelper/__init__.py (renamed from uitest/uihelper/__init__.py)0
-rw-r--r--uitest/uitest/uihelper/calc.py (renamed from uitest/uihelper/calc.py)0
5 files changed, 3 insertions, 3 deletions
diff --git a/uitest/calc_tests/gridwindow.py b/uitest/calc_tests/gridwindow.py
index 4dfa83a46cff..7620df14a62e 100644
--- a/uitest/calc_tests/gridwindow.py
+++ b/uitest/calc_tests/gridwindow.py
@@ -9,7 +9,7 @@ from uitest_helper import UITest
from helper import mkPropertyValues
-from uihelper.calc import enter_text_to_cell
+from uitest.uihelper.calc import enter_text_to_cell
from uitest.framework import UITestCase
diff --git a/uitest/demo_ui/tabcontrol.py b/uitest/demo_ui/tabcontrol.py
index 222a4238d00e..cc04221ede74 100644
--- a/uitest/demo_ui/tabcontrol.py
+++ b/uitest/demo_ui/tabcontrol.py
@@ -11,7 +11,7 @@ from uitest_helper import UITest
from helper import mkPropertyValues
-from uihelper.calc import enter_text_to_cell
+from uitest.uihelper.calc import enter_text_to_cell
from uitest.framework import UITestCase
diff --git a/uitest/demo_ui/treelist.py b/uitest/demo_ui/treelist.py
index 3814344afecd..ef5512a569d5 100644
--- a/uitest/demo_ui/treelist.py
+++ b/uitest/demo_ui/treelist.py
@@ -10,7 +10,7 @@ import time
from uitest_helper import UITest
from helper import mkPropertyValues
-from uihelper.calc import enter_text_to_cell
+from uitest.uihelper.calc import enter_text_to_cell
from uitest_helper import get_state_as_dict
diff --git a/uitest/uihelper/__init__.py b/uitest/uitest/uihelper/__init__.py
index e69de29bb2d1..e69de29bb2d1 100644
--- a/uitest/uihelper/__init__.py
+++ b/uitest/uitest/uihelper/__init__.py
diff --git a/uitest/uihelper/calc.py b/uitest/uitest/uihelper/calc.py
index 66e85e146d5b..66e85e146d5b 100644
--- a/uitest/uihelper/calc.py
+++ b/uitest/uitest/uihelper/calc.py