From d0e83c1c7c031cfeb70cd810a42bf5fdea41ab36 Mon Sep 17 00:00:00 2001 From: Patrick Zimmermann Date: Sun, 6 Jan 2013 23:28:29 +0100 Subject: [PATCH] Commit missing file. --- .../songs/lib/{doublesfinder.py => duplicatesongfinder.py} | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) rename openlp/plugins/songs/lib/{doublesfinder.py => duplicatesongfinder.py} (96%) diff --git a/openlp/plugins/songs/lib/doublesfinder.py b/openlp/plugins/songs/lib/duplicatesongfinder.py similarity index 96% rename from openlp/plugins/songs/lib/doublesfinder.py rename to openlp/plugins/songs/lib/duplicatesongfinder.py index f1098a7c3..6ace0a68b 100644 --- a/openlp/plugins/songs/lib/doublesfinder.py +++ b/openlp/plugins/songs/lib/duplicatesongfinder.py @@ -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. """