CVS: Products/Basket/tests/fixtures-src/externaleditor - setup.py:1.3
Chris McDonough <[email protected]>
| Newsgroups | gmane.comp.web.zope.public-cvs |
|---|---|
| Message-ID | <[email protected]> |
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 = '[email protected]',
- zip_safe = False,
+ zip_safe = True,
)
_______________________________________________
Zope-CVS maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope-cvs
Zope CVS instructions: http://dev.zope.org/CVS