--- versionedFile/Attic/externalVersionedFile.py 2006/10/04 17:50:17 1.3 +++ versionedFile/Attic/externalVersionedFile.py 2006/10/11 10:00:27 1.5 @@ -1,3 +1,6 @@ +"""this implementation of the is not supported anymore, it is replace by extVersionedFile +DW 11.10.2006""" + from Products.ExternalFile.FileUtils import copy_file from Products.ExternalFile.ExternalFile import ExternalFile from OFS.Folder import Folder @@ -22,7 +25,7 @@ class externalVersionedFileFolder(Folder meta_type = "externalVersionedFileFolder" security= ClassSecurityInfo() - securityeclareProtected('AUTHENTICATED_USER','addFileForm') + security.declareProtected('AUTHENTICATED_USER','addFileForm') manage_options = Folder.manage_options+( {'label':'Generate Index.html','action':'generateIndexHTML'},