This commit is contained in:
Samuel Mehrbrodt 2014-07-07 18:17:54 +02:00
parent 2296be7418
commit df6669220a

View File

@ -34,7 +34,6 @@ import logging
from openlp.core.common import translate, UiStrings from openlp.core.common import translate, UiStrings
from openlp.core.ui.wizard import WizardStrings from openlp.core.ui.wizard import WizardStrings
from .importers.opensong import OpenSongImport from .importers.opensong import OpenSongImport
from .importers.easyslides import EasySlidesImport from .importers.easyslides import EasySlidesImport
from .importers.openlp import OpenLPSongImport from .importers.openlp import OpenLPSongImport
@ -56,7 +55,6 @@ from .importers.presentationmanager import PresentationManagerImport
log = logging.getLogger(__name__) log = logging.getLogger(__name__)
# Imports that might fail # Imports that might fail
try: try:
from .importers.songsoffellowship import SongsOfFellowshipImport from .importers.songsoffellowship import SongsOfFellowshipImport