[Zope-CVS] CVS: Products/ExternalEditor - zopeedit.py:1.51
Casey Duncan
casey at zope.com
Tue Jul 13 09:43:53 EDT 2004
Update of /cvs-repository/Products/ExternalEditor
In directory cvs.zope.org:/tmp/cvs-serv16975
Modified Files:
zopeedit.py
Log Message:
Fix indent again...
=== Products/ExternalEditor/zopeedit.py 1.50 => 1.51 ===
--- Products/ExternalEditor/zopeedit.py:1.50 Tue Jul 13 09:36:33 2004
+++ Products/ExternalEditor/zopeedit.py Tue Jul 13 09:43:53 2004
@@ -186,7 +186,7 @@
def __del__(self):
if getattr(self, 'clean_up', 1) and hasattr(self, 'content_file'):
# for security we always delete the files by default
- try:
+ try:
os.remove(self.content_file)
except OSError:
pass
More information about the Zope-CVS
mailing list