Commit 0c7c39e3 authored by Thomas Lotze's avatar Thomas Lotze

import ISite from zope.component

parent 18d97317
......@@ -5,6 +5,8 @@ CHANGES
3.9.2 (Unreleased)
------------------
- Import ISite from zope.component after it was moved there from
zope.location.
3.9.1 (2009-10-18)
------------------
......
......@@ -27,7 +27,7 @@ __docformat__ = 'restructuredtext'
from zope.interface import implements
from zope.location.interfaces import ISite
from zope.component.interfaces import ISite
from zope.security.proxy import removeSecurityProxy
import zope.filerepresentation.interfaces
......
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