Author: jmorliaguet
Date: Thu May  4 00:49:05 2006
New Revision: 3040

Modified:
   cpsskins/branches/paris-sprint-2006/storage/interfaces.py
Log:

- added missing method



Modified: cpsskins/branches/paris-sprint-2006/storage/interfaces.py
==============================================================================
--- cpsskins/branches/paris-sprint-2006/storage/interfaces.py   (original)
+++ cpsskins/branches/paris-sprint-2006/storage/interfaces.py   Thu May  4 
00:49:05 2006
@@ -31,6 +31,9 @@
         """Duplicated an object in the storage.
         Return the object of the duplication."""
 
+    def purge():
+        """Purge the storage."""
+
     def __setitem__(item):
         """ """
 
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to