From 8aa84becc893caefea81836ad8abcf9493d0e6e7 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Tue, 25 Nov 2008 20:44:41 +0000 Subject: [PATCH] Started moving core forms to openlp.core.ui bzr-revno: 121 --- openlp.pyw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp.pyw b/openlp.pyw index 8c4d90723..c4dc3e482 100755 --- a/openlp.pyw +++ b/openlp.pyw @@ -23,7 +23,7 @@ import sys from PyQt4 import QtCore, QtGui from openlp.resources import * -from openlp.ui.forms import MainWindow, SplashScreen +from openlp.core.ui import MainWindow, SplashScreen class OpenLP(QtGui.QApplication):