Commit 1611f58d authored by 's avatar

Fixed a missing import bug.

parent cf279519
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
############################################################################## ##############################################################################
"""Image object that is stored in a file""" """Image object that is stored in a file"""
__version__='$Revision: 1.7 $'[11:-2] __version__='$Revision: 1.8 $'[11:-2]
from OFS.content_types import guess_content_type from OFS.content_types import guess_content_type
from Globals import package_home from Globals import package_home
...@@ -94,6 +94,7 @@ from DateTime import DateTime ...@@ -94,6 +94,7 @@ from DateTime import DateTime
from time import time from time import time
from os import stat from os import stat
import Acquisition import Acquisition
import string
class ImageFile(Acquisition.Explicit): class ImageFile(Acquisition.Explicit):
......
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