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
1 changed files with 1 additions and 7 deletions

View File

@ -81,13 +81,7 @@ class DreamBeamImport(SongImport):
* \*.xml
"""
def __init__(self, manager, **kwargs):
"""
Initialise the DreamBeam importer.
"""
SongImport.__init__(self, manager, **kwargs)
def doImport(self):
"""
Receive a single file or a list of files to import.