From d5556631e9acbd4af310e6300f4442ae9ab3b5da Mon Sep 17 00:00:00 2001 From: David Tardon Date: Fri, 18 Apr 2014 22:04:17 +0200 Subject: this test apparently does not need pyuno Change-Id: I6000620bec95f32ec357a3e56e14f3255da978af --- pyuno/qa/pytests/ssl.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'pyuno/qa/pytests') diff --git a/pyuno/qa/pytests/ssl.py b/pyuno/qa/pytests/ssl.py index a67f5323b700..f0a0a37fc88b 100644 --- a/pyuno/qa/pytests/ssl.py +++ b/pyuno/qa/pytests/ssl.py @@ -1,7 +1,5 @@ import unittest -from org.libreoffice.unotest import pyuno - #I want to ensure that import ssl works on all platforms class SSLTest(unittest.TestCase): def test_ssl_import(self): -- cgit