[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/schema/interfaces.py
take out no longer needed alias.
Philipp von Weitershausen
philikon at philikon.de
Thu Apr 27 12:37:47 EDT 2006
Log message for revision 67650:
take out no longer needed alias.
Changed:
U Zope3/trunk/src/zope/app/schema/interfaces.py
-=-
Modified: Zope3/trunk/src/zope/app/schema/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/schema/interfaces.py 2006-04-27 15:10:44 UTC (rev 67649)
+++ Zope3/trunk/src/zope/app/schema/interfaces.py 2006-04-27 16:37:46 UTC (rev 67650)
@@ -88,8 +88,3 @@
class IMutableSchema(IReadMutableSchema, IWriteMutableSchema):
"""This object represents an interface/schema that can be edited by
managing the fields it contains."""
-
-import zope.deferredimport
-zope.deferredimport.deprecated(
- 'IVocabularyFactory has moved to zope.schema.interfaces',
- IVocabularyFactory = 'zope.schema.interfaces:IVocabularyFactory')
More information about the Zope3-Checkins
mailing list