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/writer_tests/start.py | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'uitest/writer_tests') diff --git a/uitest/writer_tests/start.py b/uitest/writer_tests/start.py index d5a68b84dfe9..8b29e31ae682 100644 --- a/uitest/writer_tests/start.py +++ b/uitest/writer_tests/start.py @@ -13,16 +13,6 @@ from uitest.framework import UITestCase import time -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 SimpleWriterTest(UITestCase): def test_start_writer(self): -- cgit