From 65a31df69f8fd07fdd8cd7423348b474e39b960d Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sun, 10 Jul 2016 18:32:12 +0200 Subject: uitest: remove the imports for pyuno and time Change-Id: I384e9ee1a38aad80bf3a4906a4955c57e4895538 --- uitest/demo_ui/treelist.py | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'uitest/demo_ui/treelist.py') diff --git a/uitest/demo_ui/treelist.py b/uitest/demo_ui/treelist.py index e708c45ab257..ea584c3d3a04 100644 --- a/uitest/demo_ui/treelist.py +++ b/uitest/demo_ui/treelist.py @@ -5,8 +5,6 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -import time - from uitest_helper import UITest from libreoffice.uno.propertyvalue import mkPropertyValues @@ -16,16 +14,6 @@ from uitest_helper import get_state_as_dict from uitest.framework import UITestCase -try: - import pyuno - import uno - import unohelper -except ImportError: - print("pyuno not found: try to set PYTHONPATH and URE_BOOTSTRAP variables") - print("PYTHONPATH=/installation/opt/program") - print("URE_BOOTSTRAP=file:///installation/opt/program/fundamentalrc") - raise - class TreeListTest(UITestCase): def test_expand(self): -- cgit