~phill-ridout/openlp/bug1225760

« back to all changes in this revision

Viewing changes to tests/interfaces/openlp_plugins/bibles/__init__.py

  • Committer: Tim Bentley
  • Date: 2014-03-17 07:10:07 UTC
  • mfrom: (2328.1.19 general)
  • Revision ID: tim.bentley@gmail.com-20140317071007-ebagy9f32gfagftf
Cleanup code style and add bible tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
__author__ = 'tim'
 
1
# -*- coding: utf-8 -*-
 
2
# vim: autoindent shiftwidth=4 expandtab textwidth=120 tabstop=4 softtabstop=4
 
3
 
 
4
###############################################################################
 
5
# OpenLP - Open Source Lyrics Projection                                      #
 
6
# --------------------------------------------------------------------------- #
 
7
# Copyright (c) 2008-2014 Raoul Snyman                                        #
 
8
# Portions copyright (c) 2008-2014 Tim Bentley, Gerald Britton, Jonathan      #
 
9
# Corwin, Samuel Findlay, Michael Gorven, Scott Guerrieri, Matthias Hub,      #
 
10
# Meinert Jordan, Armin Köhler, Erik Lundin, Edwin Lunando, Brian T. Meyer.   #
 
11
# Joshua Miller, Stevan Pettit, Andreas Preikschat, Mattias Põldaru,          #
 
12
# Christian Richter, Philip Ridout, Simon Scudder, Jeffrey Smith,             #
 
13
# Maikel Stuivenberg, Martin Thompson, Jon Tibble, Dave Warnock,              #
 
14
# Frode Woldsund, Martin Zibricky, Patrick Zimmermann                         #
 
15
# --------------------------------------------------------------------------- #
 
16
# This program is free software; you can redistribute it and/or modify it     #
 
17
# under the terms of the GNU General Public License as published by the Free  #
 
18
# Software Foundation; version 2 of the License.                              #
 
19
#                                                                             #
 
20
# This program is distributed in the hope that it will be useful, but WITHOUT #
 
21
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or       #
 
22
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for    #
 
23
# more details.                                                               #
 
24
#                                                                             #
 
25
# You should have received a copy of the GNU General Public License along     #
 
26
# with this program; if not, write to the Free Software Foundation, Inc., 59  #
 
27
# Temple Place, Suite 330, Boston, MA 02111-1307 USA                          #
 
28
###############################################################################