From 9f6a0f7c641389034625967b559c8e43e1a0aa7c Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Wed, 8 Dec 2010 18:56:29 +0100 Subject: [PATCH] moved file --- openlp/plugins/bibles/lib/manager.py | 2 +- openlp/plugins/bibles/lib/{olp1.py => openlp1.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename openlp/plugins/bibles/lib/{olp1.py => openlp1.py} (100%) diff --git a/openlp/plugins/bibles/lib/manager.py b/openlp/plugins/bibles/lib/manager.py index e2639d6ff..794c9c5f7 100644 --- a/openlp/plugins/bibles/lib/manager.py +++ b/openlp/plugins/bibles/lib/manager.py @@ -35,7 +35,7 @@ from openlp.plugins.bibles.lib.db import BibleDB, BibleMeta from csvbible import CSVBible from http import HTTPBible -from olp1 import OpenLP1Bible +from openlp1 import OpenLP1Bible from opensong import OpenSongBible from osis import OSISBible diff --git a/openlp/plugins/bibles/lib/olp1.py b/openlp/plugins/bibles/lib/openlp1.py similarity index 100% rename from openlp/plugins/bibles/lib/olp1.py rename to openlp/plugins/bibles/lib/openlp1.py