Commit 913d221a authored by Andreas Jung's avatar Andreas Jung

parent b7f37eb0
...@@ -34,6 +34,8 @@ Zope Changes ...@@ -34,6 +34,8 @@ Zope Changes
Bugs Fixed Bugs Fixed
- Collector #2209: ZTUtils module could not be used inside ZPT
- Collector #2208: rewriting/setting the 'charset' part of the content-type - Collector #2208: rewriting/setting the 'charset' part of the content-type
HTTP header will be done only for 'text/*' HTTP header will be done only for 'text/*'
......
...@@ -21,6 +21,12 @@ $Id$ ...@@ -21,6 +21,12 @@ $Id$
# Placeholder for Zope Product data # Placeholder for Zope Product data
misc_ = {} misc_ = {}
# import ZTUtils in order to make i importable through
# ZopeGuards.load_module() where an importable modules must be
# available in sys.modules
import ZTUtils
def initialize(context): def initialize(context):
# Import lazily, and defer initialization to the module # Import lazily, and defer initialization to the module
import ZopePageTemplate import ZopePageTemplate
......
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