diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-26 01:41:17 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-26 03:28:08 +0200 |
commit | 97ad8133644d8eb7678aa3c180f3d8f9247a0d90 (patch) | |
tree | a8f4eefeba05a63c4c76b266686d2a4c8c4f6a5d /uitest/impress_tests/start.py | |
parent | c924baf95fe47ea642924b3bc47cd81bf4e89d10 (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/impress_tests/start.py')
-rw-r--r-- | uitest/impress_tests/start.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/impress_tests/start.py b/uitest/impress_tests/start.py index f82eb6373ba5..2de7482f6467 100644 --- a/uitest/impress_tests/start.py +++ b/uitest/impress_tests/start.py @@ -9,7 +9,7 @@ from uitest_helper import UITest, get_state_as_dict from helper import mkPropertyValues -from UITestCase import UITestCase +from uitest.framework import UITestCase import time |