diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-07-10 18:32:12 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-07-13 11:29:56 +0200 |
commit | 65a31df69f8fd07fdd8cd7423348b474e39b960d (patch) | |
tree | 28f8ae3c18a298356817df42e561b87a989c06aa /uitest/calc_tests/create_chart.py | |
parent | bec5a2639636635c9184beda2f63fe4a9a16a9b8 (diff) |
uitest: remove the imports for pyuno and time
Change-Id: I384e9ee1a38aad80bf3a4906a4955c57e4895538
Diffstat (limited to 'uitest/calc_tests/create_chart.py')
-rw-r--r-- | uitest/calc_tests/create_chart.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/uitest/calc_tests/create_chart.py b/uitest/calc_tests/create_chart.py index 356fcb268196..64a5a0367c58 100644 --- a/uitest/calc_tests/create_chart.py +++ b/uitest/calc_tests/create_chart.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 CalcChartUIDemo(UITestCase): def add_content_to_cell(self, gridwin, cell, content): |