| commit | 901aa845b7b7fe0e0f2ed483d3b8e7b7ffd8b894 | [log] |
|---|---|---|
| author | Markus Mohrhard <markus.mohrhard@googlemail.com> | Sun Jun 26 02:29:37 2016 +0200 |
| committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | Sun Jun 26 03:28:09 2016 +0200 |
| tree | c72269760c19ba79bc34428e3bb27bf2b70af451 | |
| parent | 0b6acf6fe6256e2b4fc2673b7b226ea2cbb011c5 [diff] |
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