forked from openlp/openlp
Space
This commit is contained in:
parent
2296be7418
commit
df6669220a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user