~raoul-snyman/openlp/python3

702.1.4 by Tim Bentley
Fix up song usage extract processing
1
# -*- coding: utf-8 -*-
2134.1.1 by Tim Bentley
Cleanup plugins
2
# vim: autoindent shiftwidth=4 expandtab textwidth=120 tabstop=4 softtabstop=4
702.1.4 by Tim Bentley
Fix up song usage extract processing
3
4
###############################################################################
5
# OpenLP - Open Source Lyrics Projection                                      #
6
# --------------------------------------------------------------------------- #
1989.2.82 by Tim Bentley
2013 is comming
7
# Copyright (c) 2008-2013 Raoul Snyman                                        #
8
# Portions copyright (c) 2008-2013 Tim Bentley, Gerald Britton, Jonathan      #
2001.1.1 by Samuel Findlay
Added three names in Copyright headers and About window (Samuel Findlay, Edwin Lunando, Dave Warnock). Fixed consistency issues.
9
# Corwin, Samuel Findlay, Michael Gorven, Scott Guerrieri, Matthias Hub,      #
1989.2.60 by Tim Bentley
Fixes
10
# Meinert Jordan, Armin Köhler, Erik Lundin, Edwin Lunando, Brian T. Meyer.   #
1989.2.44 by Tim Bentley
Copyrights
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,              #
1989.2.67 by Tim Bentley
Copyright and Translation updates from 2.0
14
# Frode Woldsund, Martin Zibricky, Patrick Zimmermann                         #
702.1.4 by Tim Bentley
Fix up song usage extract processing
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
###############################################################################
753.1.1 by Raoul Snyman
Updated copyright.
29
2176 by Raoul Snyman
trying to migrate to py3k
30
from .alertsmanager import AlertsManager
31
from .alertstab import AlertsTab