Import Owned from OFS.owner to avoid deprecation warnings.

svn path=/plone.app.discussion/trunk/; revision=46977
This commit is contained in:
Timo Stollenwerk
2011-01-20 20:38:50 +00:00
parent 471b87cfdf
commit 4ab29000a6
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ from zope.interface import implements
from Acquisition import aq_parent, aq_base, Implicit
from AccessControl.Role import RoleManager
from AccessControl.Owned import Owned
from OFS.owner import Owned
from persistent import Persistent