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

Chris McDonough chrism at plope.com
Tue Nov 8 23:24:51 EST 2005


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 ===



More information about the Zope-CVS mailing list