summaryrefslogtreecommitdiffstats
path: root/uitest/demo_ui/gridwin.py
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-07-10 18:32:12 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-07-13 11:29:56 +0200
commit65a31df69f8fd07fdd8cd7423348b474e39b960d (patch)
tree28f8ae3c18a298356817df42e561b87a989c06aa /uitest/demo_ui/gridwin.py
parentuitest: move more code into the new directory layout (diff)
downloadcore-65a31df69f8fd07fdd8cd7423348b474e39b960d.tar.gz
core-65a31df69f8fd07fdd8cd7423348b474e39b960d.zip
uitest: remove the imports for pyuno and time
Change-Id: I384e9ee1a38aad80bf3a4906a4955c57e4895538
Diffstat (limited to 'uitest/demo_ui/gridwin.py')
-rw-r--r--uitest/demo_ui/gridwin.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/uitest/demo_ui/gridwin.py b/uitest/demo_ui/gridwin.py
index d46506c2b69b..c4223f6a0d3c 100644
--- a/uitest/demo_ui/gridwin.py
+++ b/uitest/demo_ui/gridwin.py
@@ -11,18 +11,6 @@ from libreoffice.uno.propertyvalue import mkPropertyValues
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 GridWinTest(UITestCase):
def test_select_cell(self):