From 77012955db33b0ab99d4ac47814a45272c1db55a Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Thu, 8 Sep 2005 08:24:34 +0000
Subject: [PATCH] added missing import of eNotSupported

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3753 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/CopySupport.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/product/ERP5Type/CopySupport.py b/product/ERP5Type/CopySupport.py
index 1e0e67711b..578d732dd7 100755
--- a/product/ERP5Type/CopySupport.py
+++ b/product/ERP5Type/CopySupport.py
@@ -17,6 +17,7 @@ from AccessControl import ClassSecurityInfo
 from OFS.ObjectManager import ObjectManager
 from OFS.CopySupport import CopyContainer as OriginalCopyContainer
 from OFS.CopySupport import CopyError
+from OFS.CopySupport import eNotSupported
 from OFS.CopySupport import _cb_encode, _cb_decode, cookie_path, absattr
 from Products.ERP5Type import Permissions
 from Products.CMFCore.CMFCatalogAware import CMFCatalogAware
-- 
2.30.9