--- LocalFS/LocalFS.py.orig 2006-01-09 15:42:31.000000000 +0900 +++ LocalFS/LocalFS.py 2006-01-09 15:44:40.000000000 +0900 @@ -48,7 +48,8 @@ from webdav.NullResource import NullResource from ZPublisher.HTTPResponse import HTTPResponse from Globals import MessageDialog, HTMLFile -from OFS.content_types import find_binary +#from OFS.content_types import find_binary # under zope 2.8 +from zope.app.content_types import find_binary # above zope 2.9 from OFS.Image import Pdata from TreeDisplay.TreeTag import encode_str from OFS.CopySupport import _cb_encode, _cb_decode, \