[CMF-checkins] CVS: CMF/CMFCore - FSObject.py:1.8.24.3
Shane Hathaway
shane@cvs.zope.org
Fri, 15 Feb 2002 14:15:52 -0500
Update of /cvs-repository/CMF/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv3322
Modified Files:
Tag: cmf-pre-1_3-branch
FSObject.py
Log Message:
Corrected indentation
=== CMF/CMFCore/FSObject.py 1.8.24.2 => 1.8.24.3 ===
# safe.
self.__dict__.update(properties)
+ if fullname and properties.get('keep_extension', 0):
+ id = fullname
- if fullname and properties.get('keep_extension', 0):
- id = fullname
self.id = id
self.__name__ = id # __name__ is used in traceback reporting
self._filepath = filepath