From 7f1f8cf7803cc8400cda65ccb7285db4d2b43eea Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Tue, 5 Apr 2016 21:14:50 +0100 Subject: [PATCH] pep8 --- tests/functional/openlp_core_common/test_init.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/functional/openlp_core_common/test_init.py b/tests/functional/openlp_core_common/test_init.py index 452a75a95..2032e883e 100644 --- a/tests/functional/openlp_core_common/test_init.py +++ b/tests/functional/openlp_core_common/test_init.py @@ -198,7 +198,6 @@ class TestInit(TestCase, TestMixin): self.assertEqual(result, 'libreoffice --nologo --norestore --minimized --nodefault --nofirststartwizard' ' "--accept=socket,host=localhost,port=2002;urp;"') - def get_filesystem_encoding_sys_function_not_called_test(self): """ Test the get_filesystem_encoding() function does not call the sys.getdefaultencoding() function