From dd2137bf07266f45a049e87b46d1a35f13a03c74 Mon Sep 17 00:00:00 2001 From: andreas Date: Thu, 15 Jul 2010 11:34:03 +0200 Subject: [PATCH] fixed import --- openlp/core/ui/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openlp/core/ui/__init__.py b/openlp/core/ui/__init__.py index e93108da7..4e92da6ca 100644 --- a/openlp/core/ui/__init__.py +++ b/openlp/core/ui/__init__.py @@ -46,7 +46,6 @@ from maindisplay import DisplayManager from amendthemeform import AmendThemeForm from slidecontroller import SlideController from splashscreen import SplashScreen -from displaytab import DisplayTab from generaltab import GeneralTab from themestab import ThemesTab from advancedtab import AdvancedTab