[CalendarServer-changes] [9665] CalendarServer/branches/users/glyph/q

source_changes at macosforge.org source_changes at macosforge.org
Sat Aug 11 01:55:36 PDT 2012


Revision: 9665
          http://trac.macosforge.org/projects/calendarserver/changeset/9665
Author:   glyph at apple.com
Date:     2012-08-11 01:55:36 -0700 (Sat, 11 Aug 2012)
Log Message:
-----------
did we ever drop 2.6?  I can't recall.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/q/twext/enterprise/dal/record.py

Property Changed:
----------------
    CalendarServer/branches/users/glyph/q/

Modified: CalendarServer/branches/users/glyph/q/twext/enterprise/dal/record.py
===================================================================
--- CalendarServer/branches/users/glyph/q/twext/enterprise/dal/record.py	2012-08-11 08:55:35 UTC (rev 9664)
+++ CalendarServer/branches/users/glyph/q/twext/enterprise/dal/record.py	2012-08-11 08:55:36 UTC (rev 9665)
@@ -37,7 +37,7 @@
     def __init__(self, className, attributeName):
         self.className = className
         self.attributeName = attributeName
-        super(ReadOnly, self).__init__("SQL-backed attribute '{}.{}' is "
+        super(ReadOnly, self).__init__("SQL-backed attribute '{0}.{1}' is "
                                        "read-only. Use '.update(...)' to "
                                        "modify attributes."
                                        .format(className, attributeName))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120811/52b94372/attachment-0001.html>


More information about the calendarserver-changes mailing list