Skip to content

Commit

Permalink
IComponentLookup also moved to zope.interface
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Jul 10, 2019
1 parent 5fcb4ad commit ca49e81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/zope/app/i18n/tests/test_translationdomain.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@
from zope.app.i18n.translationdomain import TranslationDomain

from zope.site.site import SiteManagerAdapter
from zope.component.interfaces import IComponentLookup
from zope.interface.interfaces import IComponentLookup
from zope.interface import Interface


def setUpSiteManagerLookup():
provideAdapter(SiteManagerAdapter, (Interface,),
IComponentLookup)
Expand Down

0 comments on commit ca49e81

Please sign in to comment.