[CalendarServer-changes] [13560] twext/trunk/twext/who/expression.py

source_changes at macosforge.org source_changes at macosforge.org
Thu May 29 12:02:33 PDT 2014


Revision: 13560
          http://trac.calendarserver.org//changeset/13560
Author:   wsanchez at apple.com
Date:     2014-05-29 12:02:33 -0700 (Thu, 29 May 2014)
Log Message:
-----------
cast to tuple

Modified Paths:
--------------
    twext/trunk/twext/who/expression.py

Modified: twext/trunk/twext/who/expression.py
===================================================================
--- twext/trunk/twext/who/expression.py	2014-05-29 19:02:22 UTC (rev 13559)
+++ twext/trunk/twext/who/expression.py	2014-05-29 19:02:33 UTC (rev 13560)
@@ -62,7 +62,7 @@
     """
 
     def __init__(self, expressions, operand):
-        self.expressions = expressions
+        self.expressions = tuple(expressions)
         self.operand = operand
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140529/22cfa0ad/attachment.html>


More information about the calendarserver-changes mailing list