From 4f6e3108d9b9b67f21d11d597f2e607acafabd72 Mon Sep 17 00:00:00 2001 From: Kenneth Koski Date: Fri, 19 Feb 2016 19:55:31 -0600 Subject: Running pep8 on pyuno unit test files Change-Id: I5d35305386e1f520d1030776e2b7bcf7620eda04 Reviewed-on: https://gerrit.libreoffice.org/22514 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- pyuno/qa/pytests/testssl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyuno/qa/pytests/testssl.py') diff --git a/pyuno/qa/pytests/testssl.py b/pyuno/qa/pytests/testssl.py index f0a0a37fc88b..6ec9875fb84f 100644 --- a/pyuno/qa/pytests/testssl.py +++ b/pyuno/qa/pytests/testssl.py @@ -1,10 +1,10 @@ import unittest -#I want to ensure that import ssl works on all platforms + +# I want to ensure that import ssl works on all platforms class SSLTest(unittest.TestCase): def test_ssl_import(self): import ssl if __name__ == '__main__': unittest.main() - -- cgit