From 749590386d40e298ac927aa7725a75f6197bcdfb Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sat, 7 Mar 2009 09:21:27 +0000 Subject: [PATCH] Correct classpath errors with images bzr-revno: 391 --- openlp/plugins/images/__init__.py | 20 ++++++++++++++++++++ openlp/plugins/images/lib/__init__.py | 5 +++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/openlp/plugins/images/__init__.py b/openlp/plugins/images/__init__.py index 045800c9c..de91b8542 100644 --- a/openlp/plugins/images/__init__.py +++ b/openlp/plugins/images/__init__.py @@ -1,3 +1,23 @@ +# -*- coding: utf-8 -*- +# vim: autoindent shiftwidth=4 expandtab textwidth=80 tabstop=4 softtabstop=4 +""" +OpenLP - Open Source Lyrics Projection +Copyright (c) 2008 - 2009 Raoul Snyman +Portions copyright (c) 2008 Martin Thompson, Tim Bentley, + +This program is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation; version 2 of the License. + +This program is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A +PARTICULAR PURPOSE. See the GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along with +this program; if not, write to the Free Software Foundation, Inc., 59 Temple +Place, Suite 330, Boston, MA 02111-1307 USA +""" + from imageplugin import ImagePlugin from imageserviceitem import ImageServiceItem diff --git a/openlp/plugins/images/lib/__init__.py b/openlp/plugins/images/lib/__init__.py index f289bfa41..1d71312ce 100644 --- a/openlp/plugins/images/lib/__init__.py +++ b/openlp/plugins/images/lib/__init__.py @@ -2,7 +2,7 @@ # vim: autoindent shiftwidth=4 expandtab textwidth=80 tabstop=4 softtabstop=4 """ OpenLP - Open Source Lyrics Projection -Copyright (c) 2008 Raoul Snyman +Copyright (c) 2008 - 2009 Raoul Snyman Portions copyright (c) 2008 Martin Thompson, Tim Bentley, This program is free software; you can redistribute it and/or modify it under @@ -17,4 +17,5 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA """ - +from imageserviceitem import ImageServiceItem +from listwithpreviews import ListWithPreviews