summaryrefslogtreecommitdiff
path: root/uitest/demo_ui/checkbox.py
diff options
context:
space:
mode:
Diffstat (limited to 'uitest/demo_ui/checkbox.py')
-rw-r--r--uitest/demo_ui/checkbox.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/uitest/demo_ui/checkbox.py b/uitest/demo_ui/checkbox.py
index 9555206e6f10..e4abfd6ee67b 100644
--- a/uitest/demo_ui/checkbox.py
+++ b/uitest/demo_ui/checkbox.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 CheckBoxTest(UITestCase):
def test_toggle_checkbox(self):