From 4714cbfcf78de57144e63e1f842e90dcef12c10f Mon Sep 17 00:00:00 2001 From: Ken Roberts Date: Thu, 16 Oct 2014 11:30:29 -0700 Subject: [PATCH] pep8 --- openlp/core/ui/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/ui/__init__.py b/openlp/core/ui/__init__.py index 4d9bf2c40..8569fc100 100644 --- a/openlp/core/ui/__init__.py +++ b/openlp/core/ui/__init__.py @@ -133,4 +133,4 @@ __all__ = ['SplashScreen', 'AboutForm', 'SettingsForm', 'MainDisplay', 'SlideCon 'Display', 'ServiceNoteForm', 'ThemeLayoutForm', 'FileRenameForm', 'StartTimeForm', 'MainDisplay', 'SlideController', 'DisplayController', 'GeneralTab', 'ThemesTab', 'AdvancedTab', 'PluginForm', 'FormattingTagForm', 'ShortcutListForm', 'FormattingTagController', 'SingleColumnTableWidget', - 'ProjectorManager', 'ProjectorTab',' ProjectorEditForm'] + 'ProjectorManager', 'ProjectorTab', 'ProjectorEditForm']