diff backend/AbstractFeedUpdater.py @ 213:524cbf9e413c

use correct TODO tags so they show up in the tasks view in Eclipse
author dirk
date Wed, 28 Nov 2012 01:53:29 +0100
parents f74fe7cb5091
children bb3c851b18b1
line wrap: on
line diff
--- a/backend/AbstractFeedUpdater.py	Sat Aug 18 04:44:51 2012 +0200
+++ b/backend/AbstractFeedUpdater.py	Wed Nov 28 01:53:29 2012 +0100
@@ -64,7 +64,7 @@
 
     def _normalizeUpdatedDate(self, entry):
         if not hasattr(entry, "updated_parsed") or entry.updated_parsed is None:
-            # TODO try to parse the entry.updated date string
+            # TODO: try to parse the entry.updated date string
             entry.updated_parsed = datetime.today()
         else:
             entry.updated_parsed = datetime(*entry.updated_parsed[:6])