[CalendarServer-changes] [14452] CalendarServer/branches/users/pg8000-1/twistedcaldav/directory/test /test_proxyprincipaldb.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Feb 19 15:30:10 PST 2015


Revision: 14452
          http://trac.calendarserver.org//changeset/14452
Author:   wsanchez at apple.com
Date:     2015-02-19 15:30:10 -0800 (Thu, 19 Feb 2015)
Log Message:
-----------
pgdb -> pg8000

Modified Paths:
--------------
    CalendarServer/branches/users/pg8000-1/twistedcaldav/directory/test/test_proxyprincipaldb.py

Modified: CalendarServer/branches/users/pg8000-1/twistedcaldav/directory/test/test_proxyprincipaldb.py
===================================================================
--- CalendarServer/branches/users/pg8000-1/twistedcaldav/directory/test/test_proxyprincipaldb.py	2015-02-19 23:29:52 UTC (rev 14451)
+++ CalendarServer/branches/users/pg8000-1/twistedcaldav/directory/test/test_proxyprincipaldb.py	2015-02-19 23:30:10 UTC (rev 14452)
@@ -598,7 +598,7 @@
 
 
 try:
-    import pgdb as postgres
+    import pg8000 as postgres
 except ImportError:
     ProxyPrincipalDBPostgreSQL.skip = True
 else:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150219/1d30c74f/attachment.html>


More information about the calendarserver-changes mailing list