Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
Merge r40210 from Zope 2.9 branch:
Browse files Browse the repository at this point in the history
  Deprecated the ImageFile module for good. It will be removed in Zope 2.11.
  • Loading branch information
philikon committed Nov 18, 2005
1 parent ec27da5 commit 871446e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Expand Up @@ -22,7 +22,7 @@
from AccessControl.Permissions import add_documents_images_and_files
from AccessControl.Permissions import add_folders
from ZClasses import createZClassForBase
from ImageFile import ImageFile
from App.ImageFile import ImageFile

createZClassForBase( OFS.DTMLMethod.DTMLMethod, globals()
, 'ZDTMLMethod', 'DTML Method' )
Expand Down

0 comments on commit 871446e

Please sign in to comment.