[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/viewlet/README.txt Added cleanup of the temporary directory.

Marius Gedminas marius at pov.lt
Mon Sep 19 11:21:08 EDT 2005


Log message for revision 38519:
  Added cleanup of the temporary directory.
  
  

Changed:
  U   Zope3/trunk/src/zope/app/viewlet/README.txt

-=-
Modified: Zope3/trunk/src/zope/app/viewlet/README.txt
===================================================================
--- Zope3/trunk/src/zope/app/viewlet/README.txt	2005-09-19 15:02:02 UTC (rev 38518)
+++ Zope3/trunk/src/zope/app/viewlet/README.txt	2005-09-19 15:21:08 UTC (rev 38519)
@@ -650,3 +650,11 @@
 object or the object itself. In a view, usually a template, one can define
 zero or more view regions. Upon rendering time, those view regions are populated
 with the viewlets that have been assigned to the region.
+
+
+Cleanup
+-------
+
+  >>> import shutil
+  >>> shutil.rmtree(temp_dir)
+



More information about the Zope3-Checkins mailing list