Jean Jordaan | 1 Nov 2002 12:25
Picon
Favicon

ZopeZen: CMFCore.TypesTool TypeInformation.Type() is deprecated, use Title().

ZopeZen/CustomizationPolicy.py::

   if typeInfo.Type() not in typesToSkip:

makes Plone-1_0 branch complain::

   CMFCore.TypesTool TypeInformation.Type() is deprecated, use Title().

Changing that to::

   if typeInfo.Title() not in typesToSkip:

looks like a fix. Now to find out why ZopeZen consistenly says:
"Error enabling syndication" upon installation.

--

-- 
Jean Jordaan
http://www.upfrontsystems.co.za

-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en

Gmane