LocalFS with Zope2.10
by
Michael Haubenwallner
—
last modified
Jun 18, 2010 11:01 AM
Just a tiny patch to make LocalFS run with Zope2.10+.
In file 'LocalFS/LocalFS.py' replace
from OFS.content_types import find_binary
with
from zope.contenttype import find_binary

