[Zope-CVS] CVS: Products/ExternalEditor - zopeedit.py:1.50

Casey Duncan casey at zope.com
Tue Jul 13 09:36:33 EDT 2004


Update of /cvs-repository/Products/ExternalEditor
In directory cvs.zope.org:/tmp/cvs-serv15401

Modified Files:
	zopeedit.py 
Log Message:
fix indent


=== Products/ExternalEditor/zopeedit.py 1.49 => 1.50 ===
--- Products/ExternalEditor/zopeedit.py:1.49	Mon Jul 12 17:16:39 2004
+++ Products/ExternalEditor/zopeedit.py	Tue Jul 13 09:36:33 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