[CalendarServer-changes] [5398] CalendarServer/trunk/txdav/propertystore/base.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 24 20:43:52 PDT 2010


Revision: 5398
          http://trac.macosforge.org/projects/calendarserver/changeset/5398
Author:   wsanchez at apple.com
Date:     2010-03-24 20:43:52 -0700 (Wed, 24 Mar 2010)
Log Message:
-----------
Note FIXME

Modified Paths:
--------------
    CalendarServer/trunk/txdav/propertystore/base.py

Modified: CalendarServer/trunk/txdav/propertystore/base.py
===================================================================
--- CalendarServer/trunk/txdav/propertystore/base.py	2010-03-25 03:42:22 UTC (rev 5397)
+++ CalendarServer/trunk/txdav/propertystore/base.py	2010-03-25 03:43:52 UTC (rev 5398)
@@ -170,6 +170,7 @@
         raise NotImplementedError()
 
 
+# FIXME: Actually, we should replace this with calls to IPropertyName()
 def validKey(key):
     # Used by implementations to verify that keys are valid
     if not isinstance(key, PropertyName):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100324/b6520b43/attachment.html>


More information about the calendarserver-changes mailing list