[Zope-Checkins] SVN: Zope/trunk/src/OFS/ - updated comments ('SOFTWARE_URL' was removed 10 years ago)
Yvo Schubbe
y.2009 at wcm-solutions.de
Tue Nov 17 02:52:00 EST 2009
Log message for revision 105745:
- updated comments ('SOFTWARE_URL' was removed 10 years ago)
- removed unused import
Changed:
U Zope/trunk/src/OFS/SimpleItem.py
U Zope/trunk/src/OFS/interfaces.py
-=-
Modified: Zope/trunk/src/OFS/SimpleItem.py
===================================================================
--- Zope/trunk/src/OFS/SimpleItem.py 2009-11-17 05:56:03 UTC (rev 105744)
+++ Zope/trunk/src/OFS/SimpleItem.py 2009-11-17 07:52:00 UTC (rev 105745)
@@ -25,7 +25,6 @@
import re
import sys
import time
-import warnings
from AccessControl.SecurityInfo import ClassSecurityInfo
from AccessControl.SecurityManagement import getSecurityManager
@@ -118,7 +117,7 @@
# Alias id to __name__, which will make tracebacks a good bit nicer:
__name__=ComputedAttribute(lambda self: self.getId())
- # Name, relative to SOFTWARE_URL of icon used to display item
+ # Name, relative to BASEPATH1 of icon used to display item
# in folder listings.
icon=''
Modified: Zope/trunk/src/OFS/interfaces.py
===================================================================
--- Zope/trunk/src/OFS/interfaces.py 2009-11-17 05:56:03 UTC (rev 105744)
+++ Zope/trunk/src/OFS/interfaces.py 2009-11-17 07:52:00 UTC (rev 105745)
@@ -339,7 +339,7 @@
icon = BytesLine(
title=u"Icon",
- description=u"Name of icon, relative to SOFTWARE_URL",
+ description=u"Name of icon, relative to BASEPATH1",
)
def getId():
More information about the Zope-Checkins
mailing list