uitest: move for files into the new directory layout

Change-Id: Ic8289da6bd32ed9645253b996269be6e82bd1d7c
diff --git a/uitest/calc_tests/gridwindow.py b/uitest/calc_tests/gridwindow.py
index 4dfa83a..7620df1 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 222a423..cc04221 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 3814344..ef5512a 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
similarity index 100%
rename from uitest/uihelper/__init__.py
rename to uitest/uitest/uihelper/__init__.py
diff --git a/uitest/uihelper/calc.py b/uitest/uitest/uihelper/calc.py
similarity index 100%
rename from uitest/uihelper/calc.py
rename to uitest/uitest/uihelper/calc.py