svn: r3939
This commit is contained in:
Alex Roitman 2005-01-19 05:15:30 +00:00
parent 69b77f46a8
commit b818a15850
2 changed files with 4 additions and 4 deletions

View File

@ -128,8 +128,8 @@ class DateDisplayES(DateDisplay):
def display(self,date): def display(self,date):
""" """
Returns a text string representing the date. Returns a text string representing the date.
""" """
mod = date.get_modifier() mod = date.get_modifier()
cal = date.get_calendar() cal = date.get_calendar()
qual = date.get_quality() qual = date.get_quality()

View File

@ -122,8 +122,8 @@ class DateDisplayFR(DateDisplay):
def display(self,date): def display(self,date):
""" """
Returns a text string representing the date. Returns a text string representing the date.
""" """
mod = date.get_modifier() mod = date.get_modifier()
cal = date.get_calendar() cal = date.get_calendar()
qual = date.get_quality() qual = date.get_quality()