Removing the bug notice on fuzzy date
authorEd Page <epage@Dulcinea.(none)>
Thu, 16 Apr 2009 02:55:52 +0000 (21:55 -0500)
committerEd Page <epage@Dulcinea.(none)>
Thu, 16 Apr 2009 02:55:52 +0000 (21:55 -0500)
src/toolbox.py

index c629ed5..36f4ec8 100644 (file)
@@ -137,8 +137,6 @@ def load_xml(source, alternative=None):
 def to_fuzzy_date(targetDate, todaysDate = datetime.datetime.today()):
        """
        Conert a date/time/datetime object to a fuzzy date
-
-       @bug Not perfect, but good enough for now
        """
        delta = targetDate - todaysDate
        days = abs(delta.days)