CVS: Products/Basket/tests/fixtures-src/externaleditor - setup.py:1.2

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-serv32167/tests/fixtures-src/externaleditor

Modified Files:
	setup.py 
Log Message:
Append '.dtml' to path (like DTMLFile)... some tests now fail.


=== Products/Basket/tests/fixtures-src/externaleditor/setup.py 1.1 => 1.2 ===
--- Products/Basket/tests/fixtures-src/externaleditor/setup.py:1.1	Tue Nov  8 16:38:33 2005
+++ Products/Basket/tests/fixtures-src/externaleditor/setup.py	Tue Nov  8 23:24:19 2005
@@ -4,16 +4,15 @@
     name = 'externaleditor',
     version = '0.9.2',
     packages = find_packages(),
-    namespace_packages=['Products'],
+    namespace_packages = ['Products'],
     entry_points = {
       'zope2.initialize':
-      ['initialize=Products.ExternalEditor.egg_info_chicken:initialize']
+      ['initialize=Products.ExternalEditor:initialize']
       },
     package_data = {
-        'Products.ExternalEditor': ['*.gif','*.txt','*.dtml'],
-        'Products.ExternalEditor': ['man/zopeedit*'],
-        'Products.ExternalEditor': ['win32/*.iss', 'win32/*.txt', 'win32/*.ocx',
-                                    'win32/*.ini', 'win32/*.bat'],
+        'Products.ExternalEditor': ['*.gif','*.txt','*.dtml', 'man/zopeedit*',
+                                    'win32/*.iss', 'win32/*.txt', 'win32/*.ocx',
+                                    'win32/*.ini', 'win32/*.bat']
         },
     url = 'http://www.plope.com/software/ExternalEditor',
     author = 'Casey Duncan',

_______________________________________________
Zope-CVS maillist  -  [email protected]
http://mail.zope.org/mailman/listinfo/zope-cvs

Zope CVS instructions: http://dev.zope.org/CVS
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.