[Erp5-report] r37159 ivan - /erp5/trunk/products/ERP5/mixin/extensible_traversable.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Jul 16 07:49:25 CEST 2010
Author: ivan
Date: Fri Jul 16 07:49:23 2010
New Revision: 37159
URL: http://svn.erp5.org?rev=37159&view=rev
Log:
Add missing imports
Modified:
erp5/trunk/products/ERP5/mixin/extensible_traversable.py
Modified: erp5/trunk/products/ERP5/mixin/extensible_traversable.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/mixin/extensible_traversable.py?rev=37159&r1=37158&r2=37159&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/mixin/extensible_traversable.py [utf8] (original)
+++ erp5/trunk/products/ERP5/mixin/extensible_traversable.py [utf8] Fri Jul 16 07:49:23 2010
@@ -39,13 +39,14 @@ from Products.ERP5Type import Permission
from Products.CMFCore.utils import getToolByName, _setCacheHeaders, _ViewEmulator
from OFS.Image import File as OFSFile
from warnings import warn
+import sys
+from Products.ERP5Type.UnrestrictedMethod import unrestricted_apply
# XXX: these duplicate ones in ERP5.Document
_MARKER = []
EMBEDDED_FORMAT = '_embedded'
class ConversionError(Exception):pass
-class DocumentProxyError(Exception):pass
class NotConvertedError(Exception):pass
class BaseExtensibleTraversableMixIn(ExtensibleTraversableMixIn):
More information about the Erp5-report
mailing list