googol has proposed merging lp:~googol-hush/openlp/fixes into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)


Fixed error on start up:

andr...@andypc:~/Projekte/openlp/trunk$ python openlp.pyw -l debug
Traceback (most recent call last):
  File "openlp.pyw", line 38, in <module>
    from openlp.core.ui import MainWindow, SplashScreen, ScreenList
  File "/home/andreas/Projekte/openlp/trunk/openlp/core/ui/__init__.py", line 
49, in <module>
    from displaytab import DisplayTab
ImportError: No module named displaytab

-- 
https://code.launchpad.net/~googol-hush/openlp/fixes/+merge/29963
Your team OpenLP Core is requested to review the proposed merge of 
lp:~googol-hush/openlp/fixes into lp:openlp.
=== modified file 'openlp/core/ui/__init__.py'
--- openlp/core/ui/__init__.py	2010-07-09 21:32:32 +0000
+++ openlp/core/ui/__init__.py	2010-07-15 09:41:07 +0000
@@ -46,7 +46,6 @@
 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

_______________________________________________
Mailing list: https://launchpad.net/~openlp-core
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp

Reply via email to