Avoid deprecation warning for the Globals package.
svn path=/plone.app.discussion/trunk/; revision=37349
This commit is contained in:
parent
6d415efde7
commit
7d3247ff0c
@ -4,6 +4,9 @@ Changelog
|
||||
1.0b5 (unreleased)
|
||||
------------------
|
||||
|
||||
* Avoid deprecation warning for the Globals package.
|
||||
[hannosch]
|
||||
|
||||
* Remove the hard coded check for title and text when the comment form is
|
||||
submitted. This allows integrators to write schema extenders that remove the
|
||||
title from the comment form.
|
||||
|
@ -14,7 +14,7 @@ from Acquisition import aq_parent, Implicit
|
||||
from AccessControl.Role import RoleManager
|
||||
from AccessControl.Owned import Owned
|
||||
|
||||
from Globals import Persistent
|
||||
from persistent import Persistent
|
||||
|
||||
from Products.CMFCore.DynamicType import DynamicType
|
||||
from Products.CMFCore.utils import getToolByName
|
||||
|
Loading…
Reference in New Issue
Block a user