summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-04-18 22:04:17 +0200
committerDavid Tardon <dtardon@redhat.com>2014-04-18 22:21:10 +0200
commitd5556631e9acbd4af310e6300f4442ae9ab3b5da (patch)
treec6bf9fe299ef1dc065eb9767aa880ea9c951c942 /pyuno
parenta72fb7f912fcf4e6ca5ef17406c6b08aac2c1f73 (diff)
this test apparently does not need pyuno
Change-Id: I6000620bec95f32ec357a3e56e14f3255da978af
Diffstat (limited to 'pyuno')
-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):