[Zope-CVS] CVS: Products/Basket/tests/fixtures-src/externaleditor - setup.py:1.3

Chris McDonough chrism at plope.com
Wed Nov 9 19:55:58 EST 2005


Update of /cvs-repository/Products/Basket/tests/fixtures-src/externaleditor
In directory cvs.zope.org:/tmp/cvs-serv29227

Modified Files:
	setup.py 
Log Message:
Get rid of the dead-chicken initialize function in external editor egg packaging.


=== Products/Basket/tests/fixtures-src/externaleditor/setup.py 1.2 => 1.3 ===
--- Products/Basket/tests/fixtures-src/externaleditor/setup.py:1.2	Tue Nov  8 23:24:19 2005
+++ Products/Basket/tests/fixtures-src/externaleditor/setup.py	Wed Nov  9 19:55:28 2005
@@ -7,7 +7,7 @@
     namespace_packages = ['Products'],
     entry_points = {
       'zope2.initialize':
-      ['initialize=Products.ExternalEditor:initialize']
+      ['initialize=Products.ExternalEditor:__name__']
       },
     package_data = {
         'Products.ExternalEditor': ['*.gif','*.txt','*.dtml', 'man/zopeedit*',
@@ -18,5 +18,5 @@
     author = 'Casey Duncan',
     maintainer = 'Chris McDonough',
     maintainer_email = 'chrism at plope.com',
-    zip_safe = False,
+    zip_safe = True,
     )



More information about the Zope-CVS mailing list