[Zope3-checkins] CVS: Zope3/src/zope/app/browser/container - contents.py:1.1.2.5
Tim Peters
tim.one@comcast.net
Tue, 24 Dec 2002 21:21:42 -0500
Update of /cvs-repository/Zope3/src/zope/app/browser/container
In directory cvs.zope.org:/tmp/cvs-serv19240/src/zope/app/browser/container
Modified Files:
Tag: NameGeddon-branch
contents.py
Log Message:
Whitespace normalization, via Python's Tools/scripts/reindent.py. The
files are fixed-points of that script now. Fixed a few cases where
code relied on significant trailing whitespace (ouch).
=== Zope3/src/zope/app/browser/container/contents.py 1.1.2.4 => 1.1.2.5 ===
--- Zope3/src/zope/app/browser/container/contents.py:1.1.2.4 Tue Dec 24 02:35:13 2002
+++ Zope3/src/zope/app/browser/container/contents.py Tue Dec 24 21:20:12 2002
@@ -92,7 +92,7 @@
format='%m/%d/%Y'
undefined=u'N/A'
if hasattr(in_date, 'strftime'):
- return in_date.strftime(format)
+ return in_date.strftime(format)
return undefined
#SteveA recommneded that getSize return