summaryrefslogtreecommitdiff
path: root/pyuno/qa/pytests/ssl.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyuno/qa/pytests/ssl.py')
-rw-r--r--pyuno/qa/pytests/ssl.py2
1 files changed, 0 insertions, 2 deletions
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):