Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

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 d4fbfcb commit 6e936ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vocabulary.py
Expand Up @@ -21,7 +21,7 @@
from zope.security.proxy import removeSecurityProxy
from zope.schema.vocabulary import SimpleVocabulary, SimpleTerm
from zope.schema.interfaces import IVocabularyFactory
from zope.app.component.interface import interfaceToName
from zope.component.interface import interfaceToName


class ObjectInterfacesVocabulary(SimpleVocabulary):
Expand Down

0 comments on commit 6e936ed

Please sign in to comment.