Skip to content

Commit

Permalink
Move zope.app.component.interface to zope.component.interface (note t…
Browse files Browse the repository at this point in the history
…he singular).

It contains some helpers regarding interfaces that are useful outside zope.app.
  • Loading branch information
philikon committed Apr 11, 2006
1 parent 96df2d0 commit 80d264c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_interfaceutility.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
from zope.interface.interface import InterfaceClass
from zope.interface.interfaces import IInterface
from zope.component.interfaces import ComponentLookupError
from zope.component.interface import getInterface, searchInterface
from zope.traversing.api import traverse

from zope.app.component.interfaces import ILocalUtility
from zope.app.component.testing import PlacefulSetup
from zope.app.component.interface import getInterface, searchInterface
from zope.app.component.interfaces.registration import ActiveStatus
from zope.app.component.interfaces.registration import InactiveStatus
from zope.app.component.interfaces.registration import IRegistered
Expand Down

0 comments on commit 80d264c

Please sign in to comment.