Commit ac7b3965 authored by 's avatar

- updated comments ('SOFTWARE_URL' was removed 10 years ago)

- removed unused import
parent 749975f3
......@@ -25,7 +25,6 @@ import marshal
import re
import sys
import time
import warnings
from AccessControl.SecurityInfo import ClassSecurityInfo
from AccessControl.SecurityManagement import getSecurityManager
......@@ -118,7 +117,7 @@ class Item(Base,
# 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=''
......
......@@ -339,7 +339,7 @@ class IItem(IZopeObject, IManageable, IFTPAccess, IDAVResource,
icon = BytesLine(
title=u"Icon",
description=u"Name of icon, relative to SOFTWARE_URL",
description=u"Name of icon, relative to BASEPATH1",
)
def getId():
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment