[Erp5-report] r39323 arnaud.fontaine - /erp5/trunk/products/ERP5/Document/PythonScript.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Oct 19 10:13:03 CEST 2010
Author: arnaud.fontaine
Date: Tue Oct 19 10:13:02 2010
New Revision: 39323
URL: http://svn.erp5.org?rev=39323&view=rev
Log:
Get rid of invalid import
Modified:
erp5/trunk/products/ERP5/Document/PythonScript.py
Modified: erp5/trunk/products/ERP5/Document/PythonScript.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/PythonScript.py?rev=39323&r1=39322&r2=39323&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/PythonScript.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/PythonScript.py [utf8] Tue Oct 19 10:13:02 2010
@@ -41,7 +41,6 @@ manage_addPythonScriptFormThroughZMI = \
def addPythonScriptThroughZMI(self, id, title="", REQUEST=None):
"""Add a Python script to a folder.
"""
- from Products.ERP5Type.Document import addPythonScript
type_info = self.getPortalObject().portal_types.getTypeInfo("Python Script")
type_info.constructInstance(
container=self,
More information about the Erp5-report
mailing list