Commit 704a8988 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

forgot to import list_types.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30904 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fe62925d
...@@ -31,6 +31,7 @@ from AccessControl import ClassSecurityInfo ...@@ -31,6 +31,7 @@ from AccessControl import ClassSecurityInfo
from Acquisition import aq_base from Acquisition import aq_base
from Products.ERP5Type import Permissions, interfaces from Products.ERP5Type import Permissions, interfaces
from Products.ERP5Type.Globals import PersistentMapping from Products.ERP5Type.Globals import PersistentMapping
from Products.ERP5Type.Accessor.TypeDefinition import list_types
class PropertyRecordableMixin: class PropertyRecordableMixin:
""" """
......
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