[CalendarServer-changes] [12171] twext/trunk/setup.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:18:52 PDT 2014


Revision: 12171
          http://trac.calendarserver.org//changeset/12171
Author:   wsanchez at apple.com
Date:     2013-12-20 11:38:00 -0800 (Fri, 20 Dec 2013)
Log Message:
-----------
No more sendmsg.c

Modified Paths:
--------------
    twext/trunk/setup.py

Modified: twext/trunk/setup.py
===================================================================
--- twext/trunk/setup.py	2013-12-20 19:16:18 UTC (rev 12170)
+++ twext/trunk/setup.py	2013-12-20 19:38:00 UTC (rev 12171)
@@ -79,10 +79,10 @@
 # Set up Extension modules that need to be built
 #
 
-from distutils.core import Extension
+# from distutils.core import Extension
 
 extensions = [
-    Extension("twext.python.sendmsg", sources=["twext/python/sendmsg.c"])
+    # Extension("twext.python.sendmsg", sources=["twext/python/sendmsg.c"])
 ]
 
 if sys.platform == "darwin":
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/cff033cb/attachment.html>


More information about the calendarserver-changes mailing list