diff options
author | David Tardon <dtardon@redhat.com> | 2014-04-18 22:04:17 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2014-04-18 22:21:10 +0200 |
commit | d5556631e9acbd4af310e6300f4442ae9ab3b5da (patch) | |
tree | c6bf9fe299ef1dc065eb9767aa880ea9c951c942 /pyuno | |
parent | a72fb7f912fcf4e6ca5ef17406c6b08aac2c1f73 (diff) |
this test apparently does not need pyuno
Change-Id: I6000620bec95f32ec357a3e56e14f3255da978af
Diffstat (limited to 'pyuno')
-rw-r--r-- | pyuno/qa/pytests/ssl.py | 2 |
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): |