forked from openlp/openlp
Remove constructor as per Raouls comment.
This commit is contained in:
parent
7260dee1d6
commit
e6af8d8bef
@ -82,12 +82,6 @@ class DreamBeamImport(SongImport):
|
|||||||
* \*.xml
|
* \*.xml
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, manager, **kwargs):
|
|
||||||
"""
|
|
||||||
Initialise the DreamBeam importer.
|
|
||||||
"""
|
|
||||||
SongImport.__init__(self, manager, **kwargs)
|
|
||||||
|
|
||||||
def doImport(self):
|
def doImport(self):
|
||||||
"""
|
"""
|
||||||
Receive a single file or a list of files to import.
|
Receive a single file or a list of files to import.
|
||||||
|
Loading…
Reference in New Issue
Block a user