summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSimon van der Linden <simon.vanderlinden@student.uclouvain.be>2009-06-05 19:03:59 +0200
committerSimon van der Linden <simon.vanderlinden@student.uclouvain.be>2009-06-08 19:08:17 +0200
commitfb4b2c8cdad2853e6bfe9526529e3a3ab052c5e0 (patch)
treebead9ed9fb4e973e639d0e337ed2a1a76c2fbcd9 /tests
parentabe4828f52c7eb3a08f5b592e7ced1e97a58ef5c (diff)
downloadpygobject-fb4b2c8cdad2853e6bfe9526529e3a3ab052c5e0.tar.gz
pygobject-fb4b2c8cdad2853e6bfe9526529e3a3ab052c5e0.tar.xz
pygobject-fb4b2c8cdad2853e6bfe9526529e3a3ab052c5e0.zip
Removes the header but the modeline in test_girepository.py.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_girepository.py26
1 files changed, 1 insertions, 25 deletions
diff --git a/tests/test_girepository.py b/tests/test_girepository.py
index f7cc226..3c626e5 100644
--- a/tests/test_girepository.py
+++ b/tests/test_girepository.py
@@ -1,28 +1,4 @@
-'''
--*- Mode: Python; py-indent-offset: 4 -*-
-
-PyBank unit tests.
-
-Copyright (C) 2009 Mark Lee <gnome@lazymalevolence.com>
-
-This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU Lesser General Public
-License as published by the Free Software Foundation; either
-version 2.1 of the License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Lesser General Public License for more details.
-
-You should have received a copy of the GNU Lesser General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-----
-
-Partially based on gjs's unit tests.
-'''
+# -*- Mode: Python -*-
import unittest