[CalendarServer-changes] [6044] CalendarServer/branches/users/glyph/sql-store/txcaldav/calendarstore /test/test_postgres.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Aug 10 22:05:18 PDT 2010


Revision: 6044
          http://trac.macosforge.org/projects/calendarserver/changeset/6044
Author:   glyph at apple.com
Date:     2010-08-10 22:05:18 -0700 (Tue, 10 Aug 2010)
Log Message:
-----------
formatting

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/sql-store/txcaldav/calendarstore/test/test_postgres.py

Modified: CalendarServer/branches/users/glyph/sql-store/txcaldav/calendarstore/test/test_postgres.py
===================================================================
--- CalendarServer/branches/users/glyph/sql-store/txcaldav/calendarstore/test/test_postgres.py	2010-08-11 03:30:38 UTC (rev 6043)
+++ CalendarServer/branches/users/glyph/sql-store/txcaldav/calendarstore/test/test_postgres.py	2010-08-11 05:05:18 UTC (rev 6044)
@@ -19,13 +19,16 @@
 L{txcaldav.calendarstore.test.common}.
 """
 
+import gc
+
 from txcaldav.calendarstore.test.common import CommonTests as CalendarCommonTests
 from txcarddav.addressbookstore.test.common import CommonTests as AddressBookCommonTests
-from txdav.common.icommondatastore import NoSuchHomeChildError, HomeChildNameAlreadyExistsError
+from txdav.common.icommondatastore import (
+    NoSuchHomeChildError, HomeChildNameAlreadyExistsError)
 
 from twisted.trial import unittest
-from txdav.datastore.subpostgres import PostgresService, \
-    DiagnosticConnectionWrapper
+from txdav.datastore.subpostgres import (PostgresService,
+    DiagnosticConnectionWrapper)
 from txcaldav.calendarstore.postgres import PostgresStore, v1_schema
 from twisted.internet.defer import Deferred, inlineCallbacks, succeed
 from twisted.internet import reactor
@@ -34,7 +37,6 @@
 from twistedcaldav.vcard import Component as VCard
 from twisted.internet.task import deferLater
 from twisted.python import log
-import gc
 
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100810/bf60a8dc/attachment.html>


More information about the calendarserver-changes mailing list