[CMF-checkins] CVS: Products/CMFDefault - Portal.py:1.43
Grégoire Weber
zope.org at incept.ch
Wed Aug 4 17:05:00 EDT 2004
Update of /cvs-repository/Products/CMFDefault
In directory cvs.zope.org:/tmp/cvs-serv24017
Modified Files:
Portal.py
Log Message:
- forgot to add uid annotatioon tool at install time
=== Products/CMFDefault/Portal.py 1.42 => 1.43 ===
--- Products/CMFDefault/Portal.py:1.42 Thu Jul 22 06:18:06 2004
+++ Products/CMFDefault/Portal.py Wed Aug 4 17:05:00 2004
@@ -209,6 +209,7 @@
except AttributeError:
pass
else:
+ addCMFUidTool('Unique Id Annotation Tool', None)
addCMFUidTool('Unique Id Generator Tool', None)
addCMFUidTool('Unique Id Handler Tool', None)
More information about the CMF-checkins
mailing list