[CalendarServer-changes] [10704] CalendarServer/trunk/twext/who/idirectory.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 12 13:44:32 PST 2013


Revision: 10704
          http://trac.calendarserver.org//changeset/10704
Author:   wsanchez at apple.com
Date:     2013-02-12 13:44:32 -0800 (Tue, 12 Feb 2013)
Log Message:
-----------
Add NOT flag

Modified Paths:
--------------
    CalendarServer/trunk/twext/who/idirectory.py

Modified: CalendarServer/trunk/twext/who/idirectory.py
===================================================================
--- CalendarServer/trunk/twext/who/idirectory.py	2013-02-12 21:06:06 UTC (rev 10703)
+++ CalendarServer/trunk/twext/who/idirectory.py	2013-02-12 21:44:32 UTC (rev 10704)
@@ -153,8 +153,10 @@
     """
     Query flags.
     """
+    NOT = FlagConstant()
+    NOT.description = "not"
+
     caseInsensitive = FlagConstant()
-
     caseInsensitive.description = "case insensitive"
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130212/4de88ceb/attachment.html>


More information about the calendarserver-changes mailing list