From 704a89881a4c8335002e120572a590beafd06f36 Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Fri, 27 Nov 2009 16:20:08 +0000 Subject: [PATCH] forgot to import list_types. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30904 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/mixin/property_recordable.py | 1 + 1 file changed, 1 insertion(+) diff --git a/product/ERP5/mixin/property_recordable.py b/product/ERP5/mixin/property_recordable.py index 31a34137d9..15188783af 100644 --- a/product/ERP5/mixin/property_recordable.py +++ b/product/ERP5/mixin/property_recordable.py @@ -31,6 +31,7 @@ from AccessControl import ClassSecurityInfo from Acquisition import aq_base from Products.ERP5Type import Permissions, interfaces from Products.ERP5Type.Globals import PersistentMapping +from Products.ERP5Type.Accessor.TypeDefinition import list_types class PropertyRecordableMixin: """ -- 2.30.9