From bcfeddd2aa588bbb4611560e28ea6e790a6e181f Mon Sep 17 00:00:00 2001
From: Yoshinori Okuji <yo@nexedi.com>
Date: Wed, 8 Sep 2004 13:01:28 +0000
Subject: [PATCH] Renamed from sort_sql_list.py to
 Base_sortObjectListLikeSQL.py.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1569 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../{sort_sql_list.py => Base_sortObjectListLikeSQL.py}  | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
 rename product/ERP5/skins/erp5_core/{sort_sql_list.py => Base_sortObjectListLikeSQL.py} (72%)

diff --git a/product/ERP5/skins/erp5_core/sort_sql_list.py b/product/ERP5/skins/erp5_core/Base_sortObjectListLikeSQL.py
similarity index 72%
rename from product/ERP5/skins/erp5_core/sort_sql_list.py
rename to product/ERP5/skins/erp5_core/Base_sortObjectListLikeSQL.py
index 70688a479d..c5f97eb4e1 100755
--- a/product/ERP5/skins/erp5_core/sort_sql_list.py
+++ b/product/ERP5/skins/erp5_core/Base_sortObjectListLikeSQL.py
@@ -1,5 +1,12 @@
+## Script (Python) "Base_sortObjectListLikeSQL"
+##bind container=container
+##bind context=context
+##bind namespace=
+##bind script=script
+##bind subpath=traverse_subpath
 ##parameters=unordered_list=[], sort_order=()
-
+##title=
+##
 def generic_sort(a,b):
   result = 0
   for k,v in sort_order:
-- 
2.30.9