Skip to content

Commit b3b54d1

Browse files
committedOct 7, 2013
Fix header
1 parent a91864e commit b3b54d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎tests/src/python/test_qgsrelation.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# -*- coding: utf-8 -*-
2-
"""QGIS Unit tests for QgsVectorLayer.
2+
"""QGIS Unit tests for QgsRelation.
33
44
.. note:: This program is free software; you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by
66
the Free Software Foundation; either version 2 of the License, or
77
(at your option) any later version.
88
"""
9-
__author__ = 'Tim Sutton'
10-
__date__ = '20/08/2012'
11-
__copyright__ = 'Copyright 2012, The QGIS Project'
9+
__author__ = 'Matthias Kuhn'
10+
__date__ = '07/10/2013'
11+
__copyright__ = 'Copyright 2013, The QGIS Project'
1212
# This will get replaced with a git SHA1 when you do a git archive
1313
__revision__ = '$Format:%H$'
1414

0 commit comments

Comments
 (0)
Please sign in to comment.