Commit 77732c38 authored by 's avatar

- hook up ZopeVocabularyRegistry

parent 2fd4d4f4
......@@ -8,6 +8,9 @@ Zope Changes
Bugs Fixed
- Products.Five: Fixed vocabulary lookup broken in 2.11 beta 1.
ZopeVocabularyRegistry wasn't hooked up on startup.
- Launchpad #143813: zopectl now exits non-zero when
child processes fail.
......
......@@ -22,6 +22,9 @@ from Products.Five import zcml
from Products.Five.browser import BrowserView
from Products.Five.skin.standardmacros import StandardMacros
# hook up ZopeVocabularyRegistry
import zope.app.schema.vocabulary
# load the site's ZCML tree (usually site.zcml) upon product
# initialization
def initialize(context):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment