Skip to content

Commit

Permalink
Fix deprecation warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Dec 14, 2018
1 parent ee8c71f commit 4d80b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Products/GenericSetup/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from zope.component import adapts
from zope.component import getUtilitiesFor
from zope.component import queryMultiAdapter
from zope.component.interfaces import ComponentLookupError
from zope.interface.interfaces import ComponentLookupError
from zope.interface.interfaces import IComponentRegistry
from zope.component.interfaces import IPossibleSite

Expand Down

0 comments on commit 4d80b52

Please sign in to comment.