michael@d2m.at  |  +43 (664) 948-8084
You are here: Home Blog 2006 11 19 LocalFS with Zope2.10

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
Filed under: , ,