Remove constructor as per Raouls comment.

This commit is contained in:
Philip Ridout 2012-03-29 19:37:05 +01:00
parent 7260dee1d6
commit e6af8d8bef

View File

@ -81,13 +81,7 @@ 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.