[Erp5-report] r13118 - /erp5/trunk/products/ERP5Form/ScribusUtils.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Mar 1 12:03:13 CET 2007


Author: kristian
Date: Thu Mar  1 12:03:10 2007
New Revision: 13118

URL: http://svn.erp5.org?rev=13118&view=rev
Log:
Replaced method call to nonexistant method extends by call of extend.

Modified:
    erp5/trunk/products/ERP5Form/ScribusUtils.py

Modified: erp5/trunk/products/ERP5Form/ScribusUtils.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Form/ScribusUtils.py?rev=13118&r1=13117&r2=13118&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/ScribusUtils.py (original)
+++ erp5/trunk/products/ERP5Form/ScribusUtils.py Thu Mar  1 12:03:10 2007
@@ -112,7 +112,7 @@
       selection = selection.split (',')
       if portal_skins_folder_name not in selection:
         new_selection = [portal_skins_folder_name,]
-        new_selection.extends(selection)
+        new_selection.extend(selection)
         portal_skins.manage_skinLayers(skinpath = tuple(new_selection),
                                        skin_name = skin_name,
                                        add_skin = 1)




More information about the Erp5-report mailing list