[Commits] (capps) moved setup to onItemLoad (instead of _fillItem)
commits at osafoundation.org
commits at osafoundation.org
Thu Jan 15 13:54:48 PST 2004
Commit by: capps
Modified files:
osaf/chandler/Chandler/repository/parcel/Parcel.py 1.9 1.10
Log message:
moved setup to onItemLoad (instead of _fillItem)
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/chandler/Chandler/repository/parcel/Parcel.py.diff?r1=text&tr1=1.9&r2=text&tr2=1.10
Index: osaf/chandler/Chandler/repository/parcel/Parcel.py
diff -u osaf/chandler/Chandler/repository/parcel/Parcel.py:1.9 osaf/chandler/Chandler/repository/parcel/Parcel.py:1.10
--- osaf/chandler/Chandler/repository/parcel/Parcel.py:1.9 Fri Dec 5 15:08:40 2003
+++ osaf/chandler/Chandler/repository/parcel/Parcel.py Thu Jan 15 13:54:17 2004
@@ -1,7 +1,7 @@
""" Bootstrapping Kind for Parcel"""
-__revision__ = "$Revision: 1.9 $"
-__date__ = "$Date: 2003/12/05 23:08:40 $"
+__revision__ = "$Revision: 1.10 $"
+__date__ = "$Date: 2004/01/15 21:54:17 $"
__copyright__ = "Copyright (c) 2003 Open Source Applications Foundation"
__license__ = "http://osafoundation.org/Chandler_0.1_license_terms.htm"
@@ -49,6 +49,8 @@
def _fillItem(self, name, parent, kind, **kwds):
super(Parcel, self)._fillItem(name, parent, kind, **kwds)
self._status |= Item.SCHEMA
+
+ def onItemLoad(self):
self._setLogger()
def _setLogger(self):
More information about the Commits
mailing list