From 1665c557c1218f1602301ff344cc982579c50680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20P=C3=B5ldaru?= Date: Tue, 13 Dec 2011 22:20:17 +0200 Subject: [PATCH] I always forget something :( --- openlp/plugins/songs/lib/importer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openlp/plugins/songs/lib/importer.py b/openlp/plugins/songs/lib/importer.py index 03ab897f6..c24313be1 100644 --- a/openlp/plugins/songs/lib/importer.py +++ b/openlp/plugins/songs/lib/importer.py @@ -132,12 +132,12 @@ class SongFormat(object): SongFormat.CCLI, SongFormat.EasiSlides, SongFormat.EasyWorship, - SongFormat.FoilPresenter + SongFormat.FoilPresenter, SongFormat.OpenSong, SongFormat.SongBeamer, SongFormat.SongShowPlus, SongFormat.SongsOfFellowship, - SongFormat.WordsOfWorship, + SongFormat.WordsOfWorship ] @staticmethod