~dmedia/dmedia/trunk

« back to all changes in this revision

Viewing changes to dmedialib/tests/helpers.py

  • Committer: Jason Gerard DeRose
  • Date: 2010-11-19 10:53:27 UTC
  • mto: This revision was merged to the branch mainline in revision 109.
  • Revision ID: jderose@jasonderose.org-20101119105327-2mr7a4vfy1m56n8j
Switch from LGPLv3 to AGPLv3; changed author/copyright to my @novacut.com email

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Authors:
2
 
#   Jason Gerard DeRose <jderose@jasonderose.org>
 
2
#   Jason Gerard DeRose <jderose@novacut.com>
3
3
#
4
4
# dmedia: distributed media library
5
 
# Copyright (C) 2010 Jason Gerard DeRose <jderose@jasonderose.org>
 
5
# Copyright (C) 2010 Jason Gerard DeRose <jderose@novacut.com>
6
6
#
7
7
# This file is part of `dmedia`.
8
8
#
9
9
# `dmedia` is free software: you can redistribute it and/or modify it under the
10
 
# terms of the GNU Lesser General Public License as published by the Free
 
10
# terms of the GNU Affero General Public License as published by the Free
11
11
# Software Foundation, either version 3 of the License, or (at your option) any
12
12
# later version.
13
13
#
14
14
# `dmedia` is distributed in the hope that it will be useful, but WITHOUT ANY
15
15
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
 
# A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
 
16
# A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
17
17
# details.
18
18
#
19
 
# You should have received a copy of the GNU Lesser General Public License along
 
19
# You should have received a copy of the GNU Affero General Public License along
20
20
# with `dmedia`.  If not, see <http://www.gnu.org/licenses/>.
21
21
 
22
 
 
23
22
"""
24
23
Some test helpers.
25
24
"""