[Checkins] SVN: z3c.extfile/trunk/src/z3c/extfile/interfaces.py added closed attr to interface

Bernd Dorn bernd.dorn at fhv.at
Thu Sep 14 05:04:00 EDT 2006


Log message for revision 70167:
  added closed attr to interface

Changed:
  U   z3c.extfile/trunk/src/z3c/extfile/interfaces.py

-=-
Modified: z3c.extfile/trunk/src/z3c/extfile/interfaces.py
===================================================================
--- z3c.extfile/trunk/src/z3c/extfile/interfaces.py	2006-09-14 08:59:26 UTC (rev 70166)
+++ z3c.extfile/trunk/src/z3c/extfile/interfaces.py	2006-09-14 09:03:59 UTC (rev 70167)
@@ -20,6 +20,7 @@
     """a readonly file"""
 
     digest = schema.ASCII(title=u'Digest', readonly=True)
+    closed = schema.Bool(title=u'Closed', readonly=True)
 
     def __len__():
         """returns the length/size of file"""



More information about the Checkins mailing list