removed/added empty lines

This commit is contained in:
Andreas Preikschat 2012-05-19 17:12:15 +02:00
parent a085694be1
commit 01db1d34d8
2 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,6 @@ sip.setapi(u'QTime', 2)
sip.setapi(u'QUrl', 2)
sip.setapi(u'QVariant', 2)
from openlp.core import main

View File

@ -104,6 +104,7 @@ class Settings(QtCore.QSettings):
return int(setting)
return setting
def translate(context, text, comment=None,
encoding=QtCore.QCoreApplication.CodecForTr, n=-1,
translate=QtCore.QCoreApplication.translate):