summaryrefslogtreecommitdiff
path: root/uitest/test_main.py
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-26 01:41:17 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-26 03:28:08 +0200
commit97ad8133644d8eb7678aa3c180f3d8f9247a0d90 (patch)
treea8f4eefeba05a63c4c76b266686d2a4c8c4f6a5d /uitest/test_main.py
parentc924baf95fe47ea642924b3bc47cd81bf4e89d10 (diff)
uitest: bring some order into the file mess
The uitest/uitest directory will be used for the actual uitest framework. The libreoffice directory should contain any common LibreOffice related code. Change-Id: I3f6394ff4be83b89a8764eab10a154e755237d35
Diffstat (limited to 'uitest/test_main.py')
-rw-r--r--uitest/test_main.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/uitest/test_main.py b/uitest/test_main.py
index 4939d0585b98..c75533685174 100644
--- a/uitest/test_main.py
+++ b/uitest/test_main.py
@@ -13,9 +13,9 @@ import calc_tests
import importlib
import importlib.machinery
-from UITestCase import UITestCase
+from uitest.framework import UITestCase
-from connection import PersistentConnection, OfficeConnection
+from libreoffice.connection import OfficeConnection
def parseArgs(argv):
(optlist,args) = getopt.getopt(argv[1:], "hr",