Skip to content

Commit

Permalink
remove backwards compatibility import (this works since a really long…
Browse files Browse the repository at this point in the history
… time)
  • Loading branch information
tomgross committed Jan 14, 2015
1 parent a82dd2e commit 1e77efd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions plone/outputfilters/filters/resolveuid_and_caption.py
Expand Up @@ -4,10 +4,7 @@
from zope.publisher.interfaces import NotFound as ztkNotFound
from DocumentTemplate.DT_Util import html_quote
from DocumentTemplate.DT_Var import newline_to_br
try:
from zope.component.hooks import getSite
except ImportError:
from zope.app.component.hooks import getSite
from zope.component.hooks import getSite
from Products.CMFCore.interfaces import IContentish
from zope.cachedescriptors.property import Lazy as lazy_property
from zope.component import getAllUtilitiesRegisteredFor
Expand Down

0 comments on commit 1e77efd

Please sign in to comment.