[CalendarServer-changes] [12848] CalendarServer/trunk/twistedcaldav/util.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Mar 7 13:46:24 PST 2014


Revision: 12848
          http://trac.calendarserver.org//changeset/12848
Author:   cdaboo at apple.com
Date:     2014-03-07 13:46:24 -0800 (Fri, 07 Mar 2014)
Log Message:
-----------
Fix bug introduced in r12093 which caused getNCput to be skipped.

Revision Links:
--------------
    http://trac.calendarserver.org//changeset/12093

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/util.py

Modified: CalendarServer/trunk/twistedcaldav/util.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/util.py	2014-03-07 21:34:28 UTC (rev 12847)
+++ CalendarServer/trunk/twistedcaldav/util.py	2014-03-07 21:46:24 UTC (rev 12848)
@@ -29,6 +29,7 @@
 
 log = Logger()
 from twext.internet.gaiendpoint import GAIEndpoint
+from twext.internet.adaptendpoint import connect
 
 ##
 # System Resources (Memory size and processor count)
@@ -40,7 +41,6 @@
         c_int, c_uint64, c_ulong,
         c_char_p, c_void_p,
         addressof, sizeof, c_size_t,
-        connect,
     )
     from ctypes.util import find_library
     hasCtypes = True
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140307/5ceda92e/attachment-0001.html>


More information about the calendarserver-changes mailing list