From c5c4b1b3f9966bc03804003b180bf4e347bcd3b8 Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Wed, 4 Feb 2009 05:45:40 +0000 Subject: [PATCH] see r11837 for libholiday svn: r11838 --- src/plugins/lib/libholiday.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/plugins/lib/libholiday.py b/src/plugins/lib/libholiday.py index e77f41622..f0c063391 100644 --- a/src/plugins/lib/libholiday.py +++ b/src/plugins/lib/libholiday.py @@ -36,21 +36,12 @@ import os # #------------------------------------------------------------------------ from gen.plug import PluginManager, Plugin -import gen.lib #------------------------------------------------------------------------ # # Support functions # #------------------------------------------------------------------------ -def _make_date(year, month, day): - """ - Return a Date object of the particular year/month/day. - """ - retval = gen.lib.Date() - retval.set_yr_mon_day(year, month, day) - return retval - def easter(year): """ Computes the year/month/day of easter. Based on work by