* various: remove set_date/get_date removal to be replaced by

DateHandler calls


svn: r5031
This commit is contained in:
Don Allingham
2005-08-06 02:57:37 +00:00
parent 42534975c3
commit d3a5f623a6
26 changed files with 191 additions and 111 deletions

View File

@@ -58,7 +58,7 @@ import Report
import ReportUtils
import ReportOptions
import GenericFilter
from DateHandler import displayer as _dd
import DateHandler
#------------------------------------------------------------------------
#
@@ -190,7 +190,7 @@ class Extract:
if date:
month = date.get_month()
if month:
return [_dd._months[month]]
return [DateHandler.displayer._months[month]]
return [_("Date(s) missing")]
def get_cause(self, event):