From fb4b2c8cdad2853e6bfe9526529e3a3ab052c5e0 Mon Sep 17 00:00:00 2001 From: Simon van der Linden Date: Fri, 5 Jun 2009 19:03:59 +0200 Subject: Removes the header but the modeline in test_girepository.py. --- tests/test_girepository.py | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) (limited to 'tests') 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 - -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 -- cgit