[CMF-checkins] CVS: CMF - Install.py:1.2
Ken Manheimer
klm@digicool.com
Fri, 25 May 2001 20:55:00 -0400 (EDT)
Update of /cvs-repository/Packages/Products/CMFWiki/Extensions
In directory korak.digicool.com:/tmp/cvs-serv23636
Modified Files:
Install.py
Log Message:
Cosmetic.
--- Updated File Install.py in package CMF --
--- Install.py 2001/05/24 21:13:04 1.1
+++ Install.py 2001/05/26 00:54:59 1.2
@@ -38,7 +38,7 @@
if t['id'] not in typestool.objectIds():
cfm = apply(ContentFactoryMetadata, (), t)
typestool._setObject(t['id'], cfm)
- out.write('Registered with the types tool\n')
+ out.write('Registered %s with the types tool\n' % t['id'])
else:
out.write('Object "%s" already existed in the types tool\n' % (
t['id']))