[CMF-checkins] CVS: CMF/CMFCore/interfaces - portal_url.py:1.1.2.2
Yvo Schubbe
schubbe@web.de
Tue, 26 Nov 2002 10:05:07 -0500
Update of /cvs-repository/CMF/CMFCore/interfaces
In directory cvs.zope.org:/tmp/cvs-serv1129/CMFCore/interfaces
Modified Files:
Tag: yuppie-collector067-branch
portal_url.py
Log Message:
cleanup:
- listActions() doesn't belong to the portal_url interface
- no need to override listActions in URLTool
- added __implements__ to ActionProviderBase
=== CMF/CMFCore/interfaces/portal_url.py 1.1.2.1 => 1.1.2.2 ===
--- CMF/CMFCore/interfaces/portal_url.py:1.1.2.1 Sun Nov 24 19:11:00 2002
+++ CMF/CMFCore/interfaces/portal_url.py Tue Nov 26 10:05:07 2002
@@ -40,14 +40,6 @@
Returns -- Slash-separated string
"""
- def listActions(info=None):
- """ List actions provided via the tool.
-
- Permission -- Python only
-
- Returns -- List of actions
- """
-
def getPortalObject():
""" Get the portal object itself.