Import and line ending fixes

bzr-revno: 792
This commit is contained in:
Jon Tibble 2010-04-12 10:58:04 +01:00
commit da480f8b89
2 changed files with 302 additions and 302 deletions

View File

@ -27,7 +27,6 @@ from PyQt4 import QtCore, QtGui
from openlp.core.lib import SettingsTab, str_to_bool
from openlp.plugins.alerts.lib.models import AlertItem
from openlp.plugins.alerts.lib import alertsmanager
class AlertsTab(SettingsTab):
"""

View File

@ -29,10 +29,11 @@
# http://www.oooforum.org/forum/viewtopic.phtml?t=14409
# http://wiki.services.openoffice.org/wiki/Python
import re
import os
import time
import re
from PyQt4 import QtCore
from songimport import SongImport
if os.name == u'nt':