[Zope-Checkins] CVS: Zope/inst - setup.py:1.1.4.7

Fred L. Drake, Jr. fred@zope.com
Fri, 14 Feb 2003 16:14:33 -0500


Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv6067

Modified Files:
      Tag: new-install-branch
	setup.py 
Log Message:
- remove unused bit


=== Zope/inst/setup.py 1.1.4.6 => 1.1.4.7 ===
--- Zope/inst/setup.py:1.1.4.6	Fri Feb 14 16:12:14 2003
+++ Zope/inst/setup.py	Fri Feb 14 16:14:33 2003
@@ -1024,13 +1024,6 @@
     )
 setup_info = {}
 
-# Does not work on all platforms... not like we ever compiled it before
-# anyway
-#
-#    ext_modules=[
-#       Extension(name='ZServer.medusa.sendfile.sendfilemodule',
-#                 sources=['ZServer/medusa/sendfile/sendfilemodule.c'])]
-
 # The rest of these modules live in the root of the source tree
 os.chdir(ZOPE_ROOT)