[Commits] (morgen) Commit after each feed is fetched,
as opposed to waiting until after all feeds have been fetched.
commits at osafoundation.org
commits at osafoundation.org
Mon Apr 25 17:27:16 PDT 2005
Commit by: morgen
Modified files:
chandler/parcels/osaf/examples/zaobao/ZaoBaoWakeupCall.py 1.6 1.7
Log message:
Commit after each feed is fetched, as opposed to waiting until after all feeds have been fetched.
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/examples/zaobao/ZaoBaoWakeupCall.py.diff?r1=text&tr1=1.6&r2=text&tr2=1.7
Index: chandler/parcels/osaf/examples/zaobao/ZaoBaoWakeupCall.py
diff -u chandler/parcels/osaf/examples/zaobao/ZaoBaoWakeupCall.py:1.6 chandler/parcels/osaf/examples/zaobao/ZaoBaoWakeupCall.py:1.7
--- chandler/parcels/osaf/examples/zaobao/ZaoBaoWakeupCall.py:1.6 Thu Mar 24 13:53:06 2005
+++ chandler/parcels/osaf/examples/zaobao/ZaoBaoWakeupCall.py Mon Apr 25 17:27:14 2005
@@ -1,5 +1,5 @@
-__revision__ = "$Revision: 1.6 $"
-__date__ = "$Date: 2005/03/24 21:53:06 $"
+__revision__ = "$Revision: 1.7 $"
+__date__ = "$Date: 2005/04/26 00:27:14 $"
__copyright__ = "Copyright (c) 2004 Open Source Applications Foundation"
__license__ = "http://osafoundation.org/Chandler_0.1_license_terms.htm"
@@ -39,4 +39,4 @@
except Exception, e:
logging.exception('zaobao failed to parse %s' % item.url)
- view.commit()
+ view.commit()
More information about the Commits
mailing list