[Erp5-report] r19178 - /experimental/Experimental/patches/ERP5Type_always_init_script.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 8 14:00:54 CET 2008


Author: mikolaj
Date: Fri Feb  8 14:00:53 2008
New Revision: 19178

URL: http://svn.erp5.org?rev=19178&view=rev
Log:
add forgotten import for the Unauthorised to work

Modified:
    experimental/Experimental/patches/ERP5Type_always_init_script.py

Modified: experimental/Experimental/patches/ERP5Type_always_init_script.py
URL: http://svn.erp5.org/experimental/Experimental/patches/ERP5Type_always_init_script.py?rev=19178&r1=19177&r2=19178&view=diff
==============================================================================
--- experimental/Experimental/patches/ERP5Type_always_init_script.py (original)
+++ experimental/Experimental/patches/ERP5Type_always_init_script.py Fri Feb  8 14:00:53 2008
@@ -27,7 +27,7 @@
   level business template has to overwrite the whole portal type, which is
   an overkill. And init scripts are nearly always named "XXX_init", anyway.
 """
-
+from Products.CMFCore.exceptions import AccessControl_Unauthorized
 from Products.ERP5Type.ERP5Type import ERP5TypeInformation
 
 def ERP5TypeInformation_constructInstance( self, container, id,




More information about the Erp5-report mailing list