CVS: Products/Basket/tests/fixtures-src/externaleditor/Products/ExternalEditor - __init__.py:1.2 egg_info_chicken.py:NONE

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/Products/ExternalEditor
In directory cvs.zope.org:/tmp/cvs-serv32167/tests/fixtures-src/externaleditor/Products/ExternalEditor

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


=== Products/Basket/tests/fixtures-src/externaleditor/Products/ExternalEditor/__init__.py 1.1 => 1.2 ===
--- Products/Basket/tests/fixtures-src/externaleditor/Products/ExternalEditor/__init__.py:1.1	Tue Nov  8 16:38:33 2005
+++ Products/Basket/tests/fixtures-src/externaleditor/Products/ExternalEditor/__init__.py	Tue Nov  8 23:24:19 2005
@@ -14,8 +14,8 @@
 
 # Zope External Editor Product by Casey Duncan
 
-from Products.Basket.utils import ImageResource
-from Products.Basket.utils import DTMLResource
+from Globals import ImageResource
+from Globals import DTMLResource
 
 from OFS.ObjectManager import ObjectManager
 from OFS.FindSupport import FindSupport
@@ -38,3 +38,6 @@
 
 # Add external editor icon in breadcrumbs under tabs
 Tabs.manage_tabs = DTMLResource('manage_tabs', globals())
+
+def initialize(context):
+    pass

=== Removed File Products/Basket/tests/fixtures-src/externaleditor/Products/ExternalEditor/egg_info_chicken.py ===

_______________________________________________
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.