[Zope-CVS] CVS: Products/ExternalEditor - __init__.py:1.5.2.1
Zachery Bir
zbir at urbanape.com
Wed Aug 17 16:41:22 EDT 2005
Update of /cvs-repository/Products/ExternalEditor
In directory cvs.zope.org:/tmp/cvs-serv10758
Modified Files:
Tag: ExternalEditor-zbir-extra-methods-branch
__init__.py
Log Message:
Surface the new EditURL method
=== Products/ExternalEditor/__init__.py 1.5 => 1.5.2.1 ===
--- Products/ExternalEditor/__init__.py:1.5 Tue Jul 13 10:36:13 2004
+++ Products/ExternalEditor/__init__.py Wed Aug 17 16:41:21 2005
@@ -18,7 +18,7 @@
from OFS.ObjectManager import ObjectManager
from OFS.FindSupport import FindSupport
from App.Management import Tabs
-from ExternalEditor import ExternalEditor, EditLink
+from ExternalEditor import ExternalEditor, EditURL, EditLink
# Add the icon and the edit method to the misc_ namespace
@@ -26,6 +26,7 @@
# Insert the global external editor resources
methods = {'externalEdit_': ExternalEditor(),
+ 'externalEditURL_': EditURL,
'externalEditLink_': EditLink}
# Monkey patch in our manage_main for Object Manager
More information about the Zope-CVS
mailing list