Update of /cvs-repository/CMF/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv2594
Modified Files:
FSObject.py
Log Message:
Quick hack to stop RestrictedDTML from obscuring problems in tracebacks
=== CMF/CMFCore/FSObject.py 1.4 => 1.5 ===
self.id = id
+ self.__name__ = id # __name__ is used in traceback reporting
self._filepath = filepath
fp = expandpath(self._filepath)