[CalendarServer-changes] [6600] CalendarServer/branches/users/glyph/dont-start-postgres/txdav/common /datastore/test/util.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Nov 10 18:54:23 PST 2010


Revision: 6600
          http://trac.macosforge.org/projects/calendarserver/changeset/6600
Author:   glyph at apple.com
Date:     2010-11-10 18:54:21 -0800 (Wed, 10 Nov 2010)
Log Message:
-----------
change import to use right module

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/dont-start-postgres/txdav/common/datastore/test/util.py

Modified: CalendarServer/branches/users/glyph/dont-start-postgres/txdav/common/datastore/test/util.py
===================================================================
--- CalendarServer/branches/users/glyph/dont-start-postgres/txdav/common/datastore/test/util.py	2010-11-11 02:54:17 UTC (rev 6599)
+++ CalendarServer/branches/users/glyph/dont-start-postgres/txdav/common/datastore/test/util.py	2010-11-11 02:54:21 UTC (rev 6600)
@@ -34,8 +34,8 @@
 from twisted.application.service import Service
 
 from txdav.common.datastore.sql import CommonDataStore, v1_schema
-from txdav.base.datastore.subpostgres import PostgresService,\
-    DiagnosticConnectionWrapper
+from txdav.base.datastore.subpostgres import PostgresService
+from txdav.base.datastore.dbapiclient import DiagnosticConnectionWrapper
 from txdav.common.icommondatastore import NoSuchHomeChildError
 from txdav.base.datastore.asyncsqlpool import ConnectionPool
 from twisted.internet.defer import returnValue
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20101110/37eca748/attachment.html>


More information about the calendarserver-changes mailing list