From 7f587841de509515fd977cc12b8d3903f442e87d Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Wed, 13 Jul 2016 10:54:35 +0200 Subject: uitest: move more parts to the new directory structure Change-Id: I9dab4c0beef08b04e65dc0dae337a822041cf218 --- uitest/writer_tests/start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uitest/writer_tests') diff --git a/uitest/writer_tests/start.py b/uitest/writer_tests/start.py index 8b29e31ae682..fe4c054f7850 100644 --- a/uitest/writer_tests/start.py +++ b/uitest/writer_tests/start.py @@ -5,7 +5,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -from uitest_helper import UITest, get_state_as_dict +from uitest.uihelper.common import get_state_as_dict from libreoffice.uno.propertyvalue import mkPropertyValues -- cgit