Import Owned from OFS.owner to avoid deprecation warnings.
svn path=/plone.app.discussion/trunk/; revision=46977
This commit is contained in:
parent
471b87cfdf
commit
4ab29000a6
@ -4,9 +4,12 @@ Changelog
|
|||||||
2.0RC1 (unreleased)
|
2.0RC1 (unreleased)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
- Import Owned from OFS.owner to avoid deprecation warnings.
|
||||||
|
[timo]
|
||||||
|
|
||||||
- Disable discussion by default.
|
- Disable discussion by default.
|
||||||
[timo]
|
[timo]
|
||||||
|
|
||||||
- Enable ajaxify comment deletion again ([thomasdesvenain]). This has been
|
- Enable ajaxify comment deletion again ([thomasdesvenain]). This has been
|
||||||
disabled in 1.0b12 because of problems with Plone 3.
|
disabled in 1.0b12 because of problems with Plone 3.
|
||||||
[timo]
|
[timo]
|
||||||
|
@ -20,7 +20,7 @@ from zope.interface import implements
|
|||||||
from Acquisition import aq_parent, aq_base, Implicit
|
from Acquisition import aq_parent, aq_base, Implicit
|
||||||
|
|
||||||
from AccessControl.Role import RoleManager
|
from AccessControl.Role import RoleManager
|
||||||
from AccessControl.Owned import Owned
|
from OFS.owner import Owned
|
||||||
|
|
||||||
from persistent import Persistent
|
from persistent import Persistent
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user