[CalendarServer-changes] [9105] CalendarServer/branches/users/glyph/ipv6-client/twisted/plugins

source_changes at macosforge.org source_changes at macosforge.org
Fri Apr 13 11:48:13 PDT 2012


Revision: 9105
          http://trac.macosforge.org/projects/calendarserver/changeset/9105
Author:   glyph at apple.com
Date:     2012-04-13 11:48:13 -0700 (Fri, 13 Apr 2012)
Log Message:
-----------
Apply patches in plugins.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/ipv6-client/twisted/plugins/caldav.py
    CalendarServer/branches/users/glyph/ipv6-client/twisted/plugins/kqueuereactor.py

Modified: CalendarServer/branches/users/glyph/ipv6-client/twisted/plugins/caldav.py
===================================================================
--- CalendarServer/branches/users/glyph/ipv6-client/twisted/plugins/caldav.py	2012-04-13 18:48:08 UTC (rev 9104)
+++ CalendarServer/branches/users/glyph/ipv6-client/twisted/plugins/caldav.py	2012-04-13 18:48:13 UTC (rev 9105)
@@ -14,6 +14,8 @@
 # limitations under the License.
 ##
 
+__import__("twext") # install patches before doing anything
+
 from zope.interface import implements
 from twisted.plugin import IPlugin
 from twisted.application.service import IServiceMaker

Modified: CalendarServer/branches/users/glyph/ipv6-client/twisted/plugins/kqueuereactor.py
===================================================================
--- CalendarServer/branches/users/glyph/ipv6-client/twisted/plugins/kqueuereactor.py	2012-04-13 18:48:08 UTC (rev 9104)
+++ CalendarServer/branches/users/glyph/ipv6-client/twisted/plugins/kqueuereactor.py	2012-04-13 18:48:13 UTC (rev 9105)
@@ -1,3 +1,21 @@
+##
+# Copyright (c) 2012 Apple Inc. All rights reserved.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+##
+
+__import__("twext")
+
 from twisted.application.reactors import Reactor
 
 caldav_kqueue = Reactor(
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120413/b25a1a67/attachment-0001.html>


More information about the calendarserver-changes mailing list