diff --git a/openlp/core/lib/imagemanager.py b/openlp/core/lib/imagemanager.py index 0d8d488fd..46fab10d2 100644 --- a/openlp/core/lib/imagemanager.py +++ b/openlp/core/lib/imagemanager.py @@ -36,7 +36,6 @@ import logging import os import time import queue -import re from PyQt4 import QtCore diff --git a/openlp/plugins/bibles/lib/manager.py b/openlp/plugins/bibles/lib/manager.py index 7dab8b3d7..436a7e34b 100644 --- a/openlp/plugins/bibles/lib/manager.py +++ b/openlp/plugins/bibles/lib/manager.py @@ -85,7 +85,7 @@ class BibleFormat(object): BibleFormat.CSV, BibleFormat.OpenSong, BibleFormat.WebDownload, - BibleFormar.Zefania, + BibleFormat.Zefania, ]