From a9a8cb47dc4bfaf8b6e9eb9aabb613662ced7da5 Mon Sep 17 00:00:00 2001 From: Kees Bakker Date: Tue, 10 Feb 2009 21:36:23 +0000 Subject: [PATCH] Remove my own copyright. I don't want to anyone to get the impression that I had anything to do with the code in WebCal. Remove import of g2iso again. (What's going on with this anyway?) * src/plugins/webreport/WebCal.py svn: r11955 --- src/plugins/webreport/WebCal.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/plugins/webreport/WebCal.py b/src/plugins/webreport/WebCal.py index 0ff5531b5..7942e85b2 100644 --- a/src/plugins/webreport/WebCal.py +++ b/src/plugins/webreport/WebCal.py @@ -5,7 +5,6 @@ # Copyright (C) 2007-2009 Brian G. Matherly # Copyright (C) 2008-2009 Rob G. Healey # Copyright (C) 2008 Jason Simanek -# Copyright (C) 2008 Kees Bakker # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Pubilc License as published by @@ -78,7 +77,6 @@ from DateHandler import displayer as _dd from DateHandler import parser as _dp import libholiday -from libholiday import g2iso as _gramps2iso #------------------------------------------------------------------------ # @@ -1541,7 +1539,7 @@ def get_marrital_status(db, family): return are_married def get_first_day_of_month(year, month): - """" + """ Compute the first day to display for this month. It can also be a day in the previous month. """