[CalendarServer-changes] [6869] CalendarServer/branches/users/glyph/db-reconnect/twext/enterprise/ adbapi2.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Feb 3 15:41:33 PST 2011


Revision: 6869
          http://trac.macosforge.org/projects/calendarserver/changeset/6869
Author:   glyph at apple.com
Date:     2011-02-03 15:41:32 -0800 (Thu, 03 Feb 2011)
Log Message:
-----------
wsanchez-style whitespace

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/db-reconnect/twext/enterprise/adbapi2.py

Modified: CalendarServer/branches/users/glyph/db-reconnect/twext/enterprise/adbapi2.py
===================================================================
--- CalendarServer/branches/users/glyph/db-reconnect/twext/enterprise/adbapi2.py	2011-02-03 22:41:05 UTC (rev 6868)
+++ CalendarServer/branches/users/glyph/db-reconnect/twext/enterprise/adbapi2.py	2011-02-03 23:41:32 UTC (rev 6869)
@@ -159,9 +159,10 @@
         transaction.
         """
         self._completed = True
-        self._stopped = True
-        holder = self._holder
-        self._holder = None
+        self._stopped   = True
+        holder          = self._holder
+        self._holder    = None
+
         def _reallyClose():
             if self._cursor is None:
                 return
@@ -185,8 +186,8 @@
         return fail(ConnectionError())
 
     execSQL = _everything
-    commit = _everything
-    abort = _everything
+    commit  = _everything
+    abort   = _everything
 
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110203/8841472d/attachment.html>


More information about the calendarserver-changes mailing list