1
0
mirror of https://gitlab.com/openlp/openlp.git synced 2024-09-28 19:07:35 +00:00

Commit missing file.

This commit is contained in:
Patrick Zimmermann 2013-01-06 23:28:29 +01:00
parent 2dfb7bec9c
commit d0e83c1c7c

View File

@ -26,10 +26,6 @@
# with this program; if not, write to the Free Software Foundation, Inc., 59 #
# Temple Place, Suite 330, Boston, MA 02111-1307 USA #
###############################################################################
"""
The :mod:`dreambeamimport` module provides the functionality for importing
DreamBeam songs into the OpenLP database.
"""
import logging
import difflib
@ -41,7 +37,7 @@ log = logging.getLogger(__name__)
class DuplicateSongFinder(object):
"""
The :class:`DreamBeamImport` class provides functionality to search for
The :class:`DuplicateSongFinder` class provides functionality to search for
and remove duplicate songs.
"""