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

Shane Hathaway shane at zope.com
Wed Jan 21 10:06:35 EST 2004


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

Modified Files:
	setup.py 
Log Message:
xmlrpclib is now provided by the Python standard library


=== Zope/setup.py 1.51 => 1.52 ===
--- Zope/setup.py:1.51	Sun Jan 18 12:45:23 2004
+++ Zope/setup.py	Wed Jan 21 10:06:34 2004
@@ -723,7 +723,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