[CalendarServer-changes] [4633] CalendarServer/branches/users/cdaboo/deployment-partition-4593/ twistedcaldav/directory/augment.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Oct 22 12:16:50 PDT 2009


Revision: 4633
          http://trac.macosforge.org/projects/calendarserver/changeset/4633
Author:   cdaboo at apple.com
Date:     2009-10-22 12:16:48 -0700 (Thu, 22 Oct 2009)
Log Message:
-----------
Missed one postgresql change.

Modified Paths:
--------------
    CalendarServer/branches/users/cdaboo/deployment-partition-4593/twistedcaldav/directory/augment.py

Modified: CalendarServer/branches/users/cdaboo/deployment-partition-4593/twistedcaldav/directory/augment.py
===================================================================
--- CalendarServer/branches/users/cdaboo/deployment-partition-4593/twistedcaldav/directory/augment.py	2009-10-22 16:17:44 UTC (rev 4632)
+++ CalendarServer/branches/users/cdaboo/deployment-partition-4593/twistedcaldav/directory/augment.py	2009-10-22 19:16:48 UTC (rev 4633)
@@ -357,8 +357,8 @@
     PostgreSQL based augment database implementation.
     """
 
-    def __init__(self, host, database):
+    def __init__(self, host, database, user=None, password=None):
         
         ADBAPIPostgreSQLMixin.__init__(self)
-        AugmentADAPI.__init__(self, "Augments", "pgdb", (), host=host, database=database,)
+        AugmentADAPI.__init__(self, "Augments", "pgdb", (), host=host, database=database, user=user, password=password,)
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20091022/ea5e5739/attachment-0001.html>


More information about the calendarserver-changes mailing list