[CalendarServer-changes] [8169] CalendarServer/branches/users/glyph/shared-pool-take2/twext/ enterprise/adbapi2.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Oct 10 08:04:52 PDT 2011


Revision: 8169
          http://trac.macosforge.org/projects/calendarserver/changeset/8169
Author:   glyph at apple.com
Date:     2011-10-10 08:04:52 -0700 (Mon, 10 Oct 2011)
Log Message:
-----------
formatting

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/shared-pool-take2/twext/enterprise/adbapi2.py

Modified: CalendarServer/branches/users/glyph/shared-pool-take2/twext/enterprise/adbapi2.py
===================================================================
--- CalendarServer/branches/users/glyph/shared-pool-take2/twext/enterprise/adbapi2.py	2011-10-10 15:04:40 UTC (rev 8168)
+++ CalendarServer/branches/users/glyph/shared-pool-take2/twext/enterprise/adbapi2.py	2011-10-10 15:04:52 UTC (rev 8169)
@@ -1221,12 +1221,12 @@
     """
 
     def __init__(self, dialect=POSTGRES_DIALECT, paramstyle=POSTGRES_DIALECT):
+        # See DEFAULT_PARAM_STYLE FIXME above.
         super(ConnectionPoolClient, self).__init__()
-        self._nextID  = count().next
-        self._txns    = {}
-        self._queries = {}
-        # See DEFAULT_PARAM_STYLE FIXME above.
-        self.dialect = dialect
+        self._nextID    = count().next
+        self._txns      = {}
+        self._queries   = {}
+        self.dialect    = dialect
         self.paramstyle = paramstyle
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20111010/f6637e92/attachment.html>


More information about the calendarserver-changes mailing list