~osomon/pyexiv2/pyexiv2-0.3

« back to all changes in this revision

Viewing changes to test/testutils.py

  • Committer: Olivier Tilloy
  • Date: 2011-08-20 09:05:24 UTC
  • Revision ID: olivier@tilloy.net-20110820090524-hu6y74cvqyvr3wnm
Updated header.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/python
2
1
# -*- coding: utf-8 -*-
3
2
 
4
3
# ******************************************************************************
5
4
#
6
 
# Copyright (C) 2008-2010 Olivier Tilloy <olivier@tilloy.net>
 
5
# Copyright (C) 2008-2011 Olivier Tilloy <olivier@tilloy.net>
7
6
#
8
7
# This file is part of the pyexiv2 distribution.
9
8
#
21
20
# along with pyexiv2; if not, write to the Free Software
22
21
# Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA.
23
22
#
24
 
#
25
 
# File:      testutils.py
26
 
# Author(s): Olivier Tilloy <olivier@tilloy.net>
 
23
# Author: Olivier Tilloy <olivier@tilloy.net>
27
24
#
28
25
# ******************************************************************************
29
26