[CalendarServer-changes] [12066] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:20:16 PDT 2014


Revision: 12066
          http://trac.calendarserver.org//changeset/12066
Author:   wsanchez at apple.com
Date:     2013-12-12 16:53:39 -0800 (Thu, 12 Dec 2013)
Log Message:
-----------
The patches, it's everywhere.

Modified Paths:
--------------
    CalendarServer/trunk/twisted/plugins/caldav.py
    CalendarServer/trunk/twistedcaldav/__init__.py
    CalendarServer/trunk/txdav/__init__.py

Modified: CalendarServer/trunk/twisted/plugins/caldav.py
===================================================================
--- CalendarServer/trunk/twisted/plugins/caldav.py	2013-12-13 00:51:29 UTC (rev 12065)
+++ CalendarServer/trunk/twisted/plugins/caldav.py	2013-12-13 00:53:39 UTC (rev 12066)
@@ -14,8 +14,6 @@
 # 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/trunk/twistedcaldav/__init__.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/__init__.py	2013-12-13 00:51:29 UTC (rev 12065)
+++ CalendarServer/trunk/twistedcaldav/__init__.py	2013-12-13 00:53:39 UTC (rev 12066)
@@ -21,10 +21,6 @@
 See RFC 4791.
 """
 
-# Make sure we have twext's required Twisted patches loaded before we do
-# anything at all.
-__import__("twext")
-
 #
 # Load in suitable file extension/content-type map from OS X
 #

Modified: CalendarServer/trunk/txdav/__init__.py
===================================================================
--- CalendarServer/trunk/txdav/__init__.py	2013-12-13 00:51:29 UTC (rev 12065)
+++ CalendarServer/trunk/txdav/__init__.py	2013-12-13 00:53:39 UTC (rev 12066)
@@ -18,7 +18,3 @@
 """
 WebDAV support for Twisted.
 """
-
-# Make sure we have twext's required Twisted patches loaded before we do
-# anything at all.
-__import__("twext")
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/ea1c3a89/attachment.html>


More information about the calendarserver-changes mailing list