~raoul-snyman/openlp/bug-1608194

« back to all changes in this revision

Viewing changes to openlp/plugins/songs/lib/test/test_importing_lots.py

  • Committer: Raoul Snyman
  • Date: 2011-02-24 05:47:38 UTC
  • mto: This revision was merged to the branch mainline in revision 1330.
  • Revision ID: raoul.snyman@saturnlaboratories.co.za-20110224054738-3096e6ps1easlcyb
Updated copyright information. Removed .eric4project directory from version control.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- coding: utf-8 -*-
 
2
# vim: autoindent shiftwidth=4 expandtab textwidth=80 tabstop=4 softtabstop=4
 
3
 
 
4
###############################################################################
 
5
# OpenLP - Open Source Lyrics Projection                                      #
 
6
# --------------------------------------------------------------------------- #
 
7
# Copyright (c) 2008-2011 Raoul Snyman                                        #
 
8
# Portions copyright (c) 2008-2011 Tim Bentley, Jonathan Corwin, Michael      #
 
9
# Gorven, Scott Guerrieri, Meinert Jordan, Armin Köhler, Andreas Preikschat,  #
 
10
# Christian Richter, Philip Ridout, Maikel Stuivenberg, Martin Thompson, Jon  #
 
11
# Tibble, Carsten Tinggaard, Frode Woldsund                                   #
 
12
# --------------------------------------------------------------------------- #
 
13
# This program is free software; you can redistribute it and/or modify it     #
 
14
# under the terms of the GNU General Public License as published by the Free  #
 
15
# Software Foundation; version 2 of the License.                              #
 
16
#                                                                             #
 
17
# This program is distributed in the hope that it will be useful, but WITHOUT #
 
18
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or       #
 
19
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for    #
 
20
# more details.                                                               #
 
21
#                                                                             #
 
22
# You should have received a copy of the GNU General Public License along     #
 
23
# with this program; if not, write to the Free Software Foundation, Inc., 59  #
 
24
# Temple Place, Suite 330, Boston, MA 02111-1307 USA                          #
 
25
###############################################################################
 
26
 
1
27
from openlp.plugins.songs.lib.opensongimport import OpenSongImport
2
28
from openlp.plugins.songs.lib.db import init_schema
3
29
from openlp.core.lib.db import Manager