[CalendarServer-changes] [7145] CalendarServer/branches/users/glyph/oracle/calendarserver/tap/caldav .py

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 7 19:06:06 PST 2011


Revision: 7145
          http://trac.macosforge.org/projects/calendarserver/changeset/7145
Author:   glyph at apple.com
Date:     2011-03-07 19:06:06 -0800 (Mon, 07 Mar 2011)
Log Message:
-----------
put the parameters in the right place

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/oracle/calendarserver/tap/caldav.py

Modified: CalendarServer/branches/users/glyph/oracle/calendarserver/tap/caldav.py
===================================================================
--- CalendarServer/branches/users/glyph/oracle/calendarserver/tap/caldav.py	2011-03-08 03:05:55 UTC (rev 7144)
+++ CalendarServer/branches/users/glyph/oracle/calendarserver/tap/caldav.py	2011-03-08 03:06:06 UTC (rev 7145)
@@ -953,9 +953,9 @@
             elif config.DBType == 'oracle':
                 # Connect to an Oracle database that is already running.
                 return self.subServiceFactoryFactory(createMainService,
-                    uid=overrideUID, gid=overrideGID)(
-                            oracleConnectorFromConfig(config),
-                            dialect=ORACLE_DIALECT, paramstyle='numeric')
+                    uid=overrideUID, gid=overrideGID,
+                    dialect=ORACLE_DIALECT, paramstyle='numeric')(
+                            oracleConnectorFromConfig(config))
             else:
                 raise UsageError("Unknown database type %r" (config.DBType,))
         else:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110307/fe5bfd2e/attachment-0001.html>


More information about the calendarserver-changes mailing list