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

source_changes at macosforge.org source_changes at macosforge.org
Sat Aug 11 01:54:37 PDT 2012


Revision: 9595
          http://trac.macosforge.org/projects/calendarserver/changeset/9595
Author:   glyph at apple.com
Date:     2012-08-11 01:54:37 -0700 (Sat, 11 Aug 2012)
Log Message:
-----------
<80chars please

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:54:36 UTC (rev 9594)
+++ CalendarServer/branches/users/glyph/q/twext/enterprise/dal/record.py	2012-08-11 08:54:37 UTC (rev 9595)
@@ -35,7 +35,8 @@
         tbl = cls.__tbl__
         pkey = Tuple([ColumnSyntax(c) for c in tbl.model.primaryKey])
         allColumns = list(tbl)
-        slct = Select(allColumns, From=tbl, Where=pkey == Tuple(map(Constant, primaryKey)))
+        slct = Select(allColumns, From=tbl,
+                      Where=pkey == Tuple(map(Constant, primaryKey)))
         rows = yield slct.on(txn)
         row = rows[0]
         self = cls()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120811/7487cf23/attachment.html>


More information about the calendarserver-changes mailing list