From 64ad2a5524fd6b52df56c88665faa17b7f9a659d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bartek=20G=C3=B3rny?= <bartek@gorny.edu.pl>
Date: Tue, 3 Apr 2007 10:57:28 +0000
Subject: [PATCH] minor fix (by Luke)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13887 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_skins/erp5_toolbox/Base_getSimulationTree.xml   | 7 +------
 bt5/erp5_forge/bt/revision                                 | 2 +-
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_toolbox/Base_getSimulationTree.xml b/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_toolbox/Base_getSimulationTree.xml
index 76a146d585..537ae6392c 100644
--- a/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_toolbox/Base_getSimulationTree.xml
+++ b/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_toolbox/Base_getSimulationTree.xml
@@ -103,10 +103,8 @@ else:\n
   start_paths = [start_path,]\n
 if start_paths == []:\n
   # we are in no simulation related object\n
-  print \'No related simulations found\'\n
-  return printed\n
+  return []\n
 \n
-print \'%s simulation related path found.\'%(len(start_paths),)\n
 related_simulations = {}\n
 for start_path in start_paths:\n
 \n
@@ -158,8 +156,6 @@ return related_simulations\n
                         <value>
                           <tuple>
                             <string>start_path</string>
-                            <string>_print_</string>
-                            <string>_print</string>
                             <string>getByRecurse</string>
                             <string>getFromCatalog</string>
                             <string>None</string>
@@ -170,7 +166,6 @@ return related_simulations\n
                             <string>$append0</string>
                             <string>_getiter_</string>
                             <string>x</string>
-                            <string>len</string>
                             <string>related_simulations</string>
                             <string>_write_</string>
                           </tuple>
diff --git a/bt5/erp5_forge/bt/revision b/bt5/erp5_forge/bt/revision
index 6d3e9dc78d..b9c6c007cc 100644
--- a/bt5/erp5_forge/bt/revision
+++ b/bt5/erp5_forge/bt/revision
@@ -1 +1 @@
-129
\ No newline at end of file
+131
\ No newline at end of file
-- 
2.30.9