[CMF-checkins] CVS: CMF - Topic.py:1.13.2.1

Martijn Pieters mj@digicool.com
Mon, 9 Apr 2001 11:48:35 -0400 (EDT)


Update of /cvs-repository/CMF/CMFTopic
In directory korak:/tmp/cvs-serv5396/CMFTopic

Modified Files:
      Tag: CMF-1_0-branch
	Topic.py 
Log Message:
Merge 'getId()' fix from trunk.



--- Updated File Topic.py in package CMF --
--- Topic.py	2001/03/23 19:30:13	1.13
+++ Topic.py	2001/04/09 15:48:03	1.13.2.1
@@ -176,7 +176,7 @@
                 view = self.restrictedTraverse(path)
                 return view
             raise 'Not Found', ('No default view defined for type "%s"'
-                                % ti.id)
+                                % ti.getId())
         else:
             raise 'Not Found', ('Cannot find default view for "%s"'
                                 % self.getPhysicalPath())