From 335d8d2d17ee3bd8ee54022c6bafd96b1530e649 Mon Sep 17 00:00:00 2001 From: Tomas Groth Date: Wed, 29 Apr 2015 09:20:25 +0200 Subject: [PATCH] pep8 fix --- tests/functional/openlp_core_ui_media/test_vlcplayer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/openlp_core_ui_media/test_vlcplayer.py b/tests/functional/openlp_core_ui_media/test_vlcplayer.py index b3ef0484a..2415fae77 100644 --- a/tests/functional/openlp_core_ui_media/test_vlcplayer.py +++ b/tests/functional/openlp_core_ui_media/test_vlcplayer.py @@ -74,4 +74,4 @@ class TestVLCPlayer(TestCase): # THEN: The extra environment variable should NOT be there self.assertNotIn('VLC_PLUGIN_PATH', os.environ, - 'The plugin path should NOT be in the environment variables') \ No newline at end of file + 'The plugin path should NOT be in the environment variables')