[Zope-Checkins] CVS: Zope - setup.py:1.31.2.15

Shane Hathaway shane at zope.com
Wed Jan 21 10:07:53 EST 2004


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

Modified Files:
      Tag: Zope-2_7-branch
	setup.py 
Log Message:
xmlrpclib is now provided by the Python standard library


=== Zope/setup.py 1.31.2.14 => 1.31.2.15 ===
--- Zope/setup.py:1.31.2.14	Sun Jan 18 16:58:46 2004
+++ Zope/setup.py	Wed Jan 21 10:07:53 2004
@@ -699,7 +699,7 @@
     name='Top-level',
     author=AUTHOR,
 
-    py_modules=['Globals', 'ImageFile', 'xmlrpclib', 'Lifetime']
+    py_modules=['Globals', 'ImageFile', 'Lifetime']
     )
 
 # Products base directory




More information about the Zope-Checkins mailing list